Uses of Class
software.amazon.awssdk.services.datazone.model.CreateConnectionRequest
-
Packages that use CreateConnectionRequest 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 CreateConnectionRequest in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone with parameters of type CreateConnectionRequest Modifier and Type Method Description default CompletableFuture<CreateConnectionResponse>DataZoneAsyncClient. createConnection(CreateConnectionRequest createConnectionRequest)Creates a new connection.default CreateConnectionResponseDataZoneClient. createConnection(CreateConnectionRequest createConnectionRequest)Creates a new connection. -
Uses of CreateConnectionRequest in software.amazon.awssdk.services.datazone.transform
Methods in software.amazon.awssdk.services.datazone.transform with parameters of type CreateConnectionRequest Modifier and Type Method Description SdkHttpFullRequestCreateConnectionRequestMarshaller. marshall(CreateConnectionRequest createConnectionRequest)
-