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