Uses of Class
software.amazon.awssdk.services.apigatewaymanagementapi.model.GetConnectionRequest
-
Packages that use GetConnectionRequest 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 GetConnectionRequest in software.amazon.awssdk.services.apigatewaymanagementapi
Methods in software.amazon.awssdk.services.apigatewaymanagementapi with parameters of type GetConnectionRequest Modifier and Type Method Description default CompletableFuture<GetConnectionResponse>ApiGatewayManagementApiAsyncClient. getConnection(GetConnectionRequest getConnectionRequest)Get information about the connection with the provided id.default GetConnectionResponseApiGatewayManagementApiClient. getConnection(GetConnectionRequest getConnectionRequest)Get information about the connection with the provided id. -
Uses of GetConnectionRequest in software.amazon.awssdk.services.apigatewaymanagementapi.transform
Methods in software.amazon.awssdk.services.apigatewaymanagementapi.transform with parameters of type GetConnectionRequest Modifier and Type Method Description SdkHttpFullRequestGetConnectionRequestMarshaller. marshall(GetConnectionRequest getConnectionRequest)
-