Uses of Class
software.amazon.awssdk.services.outposts.model.GetConnectionResponse
-
Packages that use GetConnectionResponse Package Description software.amazon.awssdk.services.outposts Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to customer premises. -
-
Uses of GetConnectionResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return GetConnectionResponse Modifier and Type Method Description default GetConnectionResponseOutpostsClient. getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)default GetConnectionResponseOutpostsClient. getConnection(GetConnectionRequest getConnectionRequest)Methods in software.amazon.awssdk.services.outposts that return types with arguments of type GetConnectionResponse Modifier and Type Method Description default CompletableFuture<GetConnectionResponse>OutpostsAsyncClient. getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)default CompletableFuture<GetConnectionResponse>OutpostsAsyncClient. getConnection(GetConnectionRequest getConnectionRequest)
-