Uses of Class
software.amazon.awssdk.services.datazone.model.CreateGroupProfileResponse
-
Packages that use CreateGroupProfileResponse 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 CreateGroupProfileResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return CreateGroupProfileResponse Modifier and Type Method Description default CreateGroupProfileResponseDataZoneClient. createGroupProfile(Consumer<CreateGroupProfileRequest.Builder> createGroupProfileRequest)Creates a group profile in Amazon DataZone.default CreateGroupProfileResponseDataZoneClient. createGroupProfile(CreateGroupProfileRequest createGroupProfileRequest)Creates a group profile in Amazon DataZone.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type CreateGroupProfileResponse Modifier and Type Method Description default CompletableFuture<CreateGroupProfileResponse>DataZoneAsyncClient. createGroupProfile(Consumer<CreateGroupProfileRequest.Builder> createGroupProfileRequest)Creates a group profile in Amazon DataZone.default CompletableFuture<CreateGroupProfileResponse>DataZoneAsyncClient. createGroupProfile(CreateGroupProfileRequest createGroupProfileRequest)Creates a group profile in Amazon DataZone.
-