Uses of Class
software.amazon.awssdk.services.codestarconnections.model.GetConnectionRequest
-
Packages that use GetConnectionRequest Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections software.amazon.awssdk.services.codestarconnections.transform -
-
Uses of GetConnectionRequest in software.amazon.awssdk.services.codestarconnections
Methods in software.amazon.awssdk.services.codestarconnections with parameters of type GetConnectionRequest Modifier and Type Method Description default CompletableFuture<GetConnectionResponse>CodeStarConnectionsAsyncClient. getConnection(GetConnectionRequest 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. -
Uses of GetConnectionRequest in software.amazon.awssdk.services.codestarconnections.transform
Methods in software.amazon.awssdk.services.codestarconnections.transform with parameters of type GetConnectionRequest Modifier and Type Method Description SdkHttpFullRequestGetConnectionRequestMarshaller. marshall(GetConnectionRequest getConnectionRequest)
-