Uses of Class
software.amazon.awssdk.services.datazone.model.GetEnvironmentCredentialsResponse
-
Packages that use GetEnvironmentCredentialsResponse 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 GetEnvironmentCredentialsResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return GetEnvironmentCredentialsResponse Modifier and Type Method Description default GetEnvironmentCredentialsResponseDataZoneClient. getEnvironmentCredentials(Consumer<GetEnvironmentCredentialsRequest.Builder> getEnvironmentCredentialsRequest)Gets the credentials of an environment in Amazon DataZone.default GetEnvironmentCredentialsResponseDataZoneClient. getEnvironmentCredentials(GetEnvironmentCredentialsRequest getEnvironmentCredentialsRequest)Gets the credentials of an environment in Amazon DataZone.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type GetEnvironmentCredentialsResponse Modifier and Type Method Description default CompletableFuture<GetEnvironmentCredentialsResponse>DataZoneAsyncClient. getEnvironmentCredentials(Consumer<GetEnvironmentCredentialsRequest.Builder> getEnvironmentCredentialsRequest)Gets the credentials of an environment in Amazon DataZone.default CompletableFuture<GetEnvironmentCredentialsResponse>DataZoneAsyncClient. getEnvironmentCredentials(GetEnvironmentCredentialsRequest getEnvironmentCredentialsRequest)Gets the credentials of an environment in Amazon DataZone.
-