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