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