Uses of Class
software.amazon.awssdk.services.datazone.model.GetConnectionResponse
-
Packages that use GetConnectionResponse 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 GetConnectionResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return GetConnectionResponse Modifier and Type Method Description default GetConnectionResponseDataZoneClient. getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)Gets a connection.default GetConnectionResponseDataZoneClient. getConnection(GetConnectionRequest getConnectionRequest)Gets a connection.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type GetConnectionResponse Modifier and Type Method Description default CompletableFuture<GetConnectionResponse>DataZoneAsyncClient. getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)Gets a connection.default CompletableFuture<GetConnectionResponse>DataZoneAsyncClient. getConnection(GetConnectionRequest getConnectionRequest)Gets a connection.
-