Uses of Class
software.amazon.awssdk.services.datazone.model.GetEnvironmentProfileResponse
-
Packages that use GetEnvironmentProfileResponse 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 GetEnvironmentProfileResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return GetEnvironmentProfileResponse Modifier and Type Method Description default GetEnvironmentProfileResponseDataZoneClient. getEnvironmentProfile(Consumer<GetEnvironmentProfileRequest.Builder> getEnvironmentProfileRequest)Gets an evinronment profile in Amazon DataZone.default GetEnvironmentProfileResponseDataZoneClient. getEnvironmentProfile(GetEnvironmentProfileRequest getEnvironmentProfileRequest)Gets an evinronment profile in Amazon DataZone.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type GetEnvironmentProfileResponse Modifier and Type Method Description default CompletableFuture<GetEnvironmentProfileResponse>DataZoneAsyncClient. getEnvironmentProfile(Consumer<GetEnvironmentProfileRequest.Builder> getEnvironmentProfileRequest)Gets an evinronment profile in Amazon DataZone.default CompletableFuture<GetEnvironmentProfileResponse>DataZoneAsyncClient. getEnvironmentProfile(GetEnvironmentProfileRequest getEnvironmentProfileRequest)Gets an evinronment profile in Amazon DataZone.
-