Uses of Class
software.amazon.awssdk.services.apigatewaymanagementapi.model.DeleteConnectionResponse
-
Packages that use DeleteConnectionResponse Package Description software.amazon.awssdk.services.apigatewaymanagementapi The Amazon API Gateway Management API allows you to directly manage runtime aspects of your deployed APIs. -
-
Uses of DeleteConnectionResponse in software.amazon.awssdk.services.apigatewaymanagementapi
Methods in software.amazon.awssdk.services.apigatewaymanagementapi that return DeleteConnectionResponse Modifier and Type Method Description default DeleteConnectionResponseApiGatewayManagementApiClient. deleteConnection(Consumer<DeleteConnectionRequest.Builder> deleteConnectionRequest)Delete the connection with the provided id.default DeleteConnectionResponseApiGatewayManagementApiClient. deleteConnection(DeleteConnectionRequest deleteConnectionRequest)Delete the connection with the provided id.Methods in software.amazon.awssdk.services.apigatewaymanagementapi that return types with arguments of type DeleteConnectionResponse Modifier and Type Method Description default CompletableFuture<DeleteConnectionResponse>ApiGatewayManagementApiAsyncClient. deleteConnection(Consumer<DeleteConnectionRequest.Builder> deleteConnectionRequest)Delete the connection with the provided id.default CompletableFuture<DeleteConnectionResponse>ApiGatewayManagementApiAsyncClient. deleteConnection(DeleteConnectionRequest deleteConnectionRequest)Delete the connection with the provided id.
-