Uses of Class
software.amazon.awssdk.services.datazone.model.CreateUserProfileResponse
-
Packages that use CreateUserProfileResponse 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 CreateUserProfileResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return CreateUserProfileResponse Modifier and Type Method Description default CreateUserProfileResponseDataZoneClient. createUserProfile(Consumer<CreateUserProfileRequest.Builder> createUserProfileRequest)Creates a user profile in Amazon DataZone.default CreateUserProfileResponseDataZoneClient. createUserProfile(CreateUserProfileRequest createUserProfileRequest)Creates a user profile in Amazon DataZone.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type CreateUserProfileResponse Modifier and Type Method Description default CompletableFuture<CreateUserProfileResponse>DataZoneAsyncClient. createUserProfile(Consumer<CreateUserProfileRequest.Builder> createUserProfileRequest)Creates a user profile in Amazon DataZone.default CompletableFuture<CreateUserProfileResponse>DataZoneAsyncClient. createUserProfile(CreateUserProfileRequest createUserProfileRequest)Creates a user profile in Amazon DataZone.
-