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