Uses of Class
software.amazon.awssdk.services.datazone.model.GetConnectionRequest
-
Packages that use GetConnectionRequest Package Description software.amazon.awssdk.services.datazone Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data.software.amazon.awssdk.services.datazone.transform -
-
Uses of GetConnectionRequest in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone with parameters of type GetConnectionRequest Modifier and Type Method Description default CompletableFuture<GetConnectionResponse>DataZoneAsyncClient. getConnection(GetConnectionRequest getConnectionRequest)Gets a connection.default GetConnectionResponseDataZoneClient. getConnection(GetConnectionRequest getConnectionRequest)Gets a connection. -
Uses of GetConnectionRequest in software.amazon.awssdk.services.datazone.transform
Methods in software.amazon.awssdk.services.datazone.transform with parameters of type GetConnectionRequest Modifier and Type Method Description SdkHttpFullRequestGetConnectionRequestMarshaller. marshall(GetConnectionRequest getConnectionRequest)
-