Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyResponse
-
Packages that use DeleteUsagePlanKeyResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of DeleteUsagePlanKeyResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteUsagePlanKeyResponse Modifier and Type Method Description default DeleteUsagePlanKeyResponseApiGatewayClient. deleteUsagePlanKey(Consumer<DeleteUsagePlanKeyRequest.Builder> deleteUsagePlanKeyRequest)Deletes a usage plan key and remove the underlying API key from the associated usage plan.default DeleteUsagePlanKeyResponseApiGatewayClient. deleteUsagePlanKey(DeleteUsagePlanKeyRequest deleteUsagePlanKeyRequest)Deletes a usage plan key and remove the underlying API key from the associated usage plan.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type DeleteUsagePlanKeyResponse Modifier and Type Method Description default CompletableFuture<DeleteUsagePlanKeyResponse>ApiGatewayAsyncClient. deleteUsagePlanKey(Consumer<DeleteUsagePlanKeyRequest.Builder> deleteUsagePlanKeyRequest)Deletes a usage plan key and remove the underlying API key from the associated usage plan.default CompletableFuture<DeleteUsagePlanKeyResponse>ApiGatewayAsyncClient. deleteUsagePlanKey(DeleteUsagePlanKeyRequest deleteUsagePlanKeyRequest)Deletes a usage plan key and remove the underlying API key from the associated usage plan.
-