Uses of Class
software.amazon.awssdk.services.codeconnections.model.GetConnectionResponse
-
Packages that use GetConnectionResponse Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections -
-
Uses of GetConnectionResponse in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections that return GetConnectionResponse Modifier and Type Method Description default GetConnectionResponseCodeConnectionsClient. getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)Returns the connection ARN and details such as status, owner, and provider type.default GetConnectionResponseCodeConnectionsClient. getConnection(GetConnectionRequest getConnectionRequest)Returns the connection ARN and details such as status, owner, and provider type.Methods in software.amazon.awssdk.services.codeconnections that return types with arguments of type GetConnectionResponse Modifier and Type Method Description default CompletableFuture<GetConnectionResponse>CodeConnectionsAsyncClient. getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)Returns the connection ARN and details such as status, owner, and provider type.default CompletableFuture<GetConnectionResponse>CodeConnectionsAsyncClient. getConnection(GetConnectionRequest getConnectionRequest)Returns the connection ARN and details such as status, owner, and provider type.
-