Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteApiKeyResponse
-
Packages that use DeleteApiKeyResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of DeleteApiKeyResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteApiKeyResponse Modifier and Type Method Description default DeleteApiKeyResponseApiGatewayClient. deleteApiKey(Consumer<DeleteApiKeyRequest.Builder> deleteApiKeyRequest)Deletes the ApiKey resource.default DeleteApiKeyResponseApiGatewayClient. deleteApiKey(DeleteApiKeyRequest deleteApiKeyRequest)Deletes the ApiKey resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type DeleteApiKeyResponse Modifier and Type Method Description default CompletableFuture<DeleteApiKeyResponse>ApiGatewayAsyncClient. deleteApiKey(Consumer<DeleteApiKeyRequest.Builder> deleteApiKeyRequest)Deletes the ApiKey resource.default CompletableFuture<DeleteApiKeyResponse>ApiGatewayAsyncClient. deleteApiKey(DeleteApiKeyRequest deleteApiKeyRequest)Deletes the ApiKey resource.
-