Uses of Class
software.amazon.awssdk.services.datazone.model.GetUserProfileResponse
-
Packages that use GetUserProfileResponse 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 GetUserProfileResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return GetUserProfileResponse Modifier and Type Method Description default GetUserProfileResponseDataZoneClient. getUserProfile(Consumer<GetUserProfileRequest.Builder> getUserProfileRequest)Gets a user profile in Amazon DataZone.default GetUserProfileResponseDataZoneClient. getUserProfile(GetUserProfileRequest getUserProfileRequest)Gets a user profile in Amazon DataZone.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type GetUserProfileResponse Modifier and Type Method Description default CompletableFuture<GetUserProfileResponse>DataZoneAsyncClient. getUserProfile(Consumer<GetUserProfileRequest.Builder> getUserProfileRequest)Gets a user profile in Amazon DataZone.default CompletableFuture<GetUserProfileResponse>DataZoneAsyncClient. getUserProfile(GetUserProfileRequest getUserProfileRequest)Gets a user profile in Amazon DataZone.
-