Uses of Interface
software.amazon.awssdk.services.apigatewaymanagementapi.model.GetConnectionRequest.Builder
-
Packages that use GetConnectionRequest.Builder 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.model -
-
Uses of GetConnectionRequest.Builder in software.amazon.awssdk.services.apigatewaymanagementapi
Method parameters in software.amazon.awssdk.services.apigatewaymanagementapi with type arguments of type GetConnectionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetConnectionResponse>ApiGatewayManagementApiAsyncClient. getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)Get information about the connection with the provided id.default GetConnectionResponseApiGatewayManagementApiClient. getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)Get information about the connection with the provided id. -
Uses of GetConnectionRequest.Builder in software.amazon.awssdk.services.apigatewaymanagementapi.model
Methods in software.amazon.awssdk.services.apigatewaymanagementapi.model that return GetConnectionRequest.Builder Modifier and Type Method Description static GetConnectionRequest.BuilderGetConnectionRequest. builder()GetConnectionRequest.BuilderGetConnectionRequest.Builder. connectionId(String connectionId)Sets the value of the ConnectionId property for this object.GetConnectionRequest.BuilderGetConnectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConnectionRequest.BuilderGetConnectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetConnectionRequest.BuilderGetConnectionRequest. toBuilder()Methods in software.amazon.awssdk.services.apigatewaymanagementapi.model that return types with arguments of type GetConnectionRequest.Builder Modifier and Type Method Description static Class<? extends GetConnectionRequest.Builder>GetConnectionRequest. serializableBuilderClass()
-