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