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