| Package | Description |
|---|---|
| com.amazonaws.services.datazone |
Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your
data.
|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateGroupProfileResult> |
AbstractAmazonDataZoneAsync.createGroupProfileAsync(CreateGroupProfileRequest request,
AsyncHandler<CreateGroupProfileRequest,CreateGroupProfileResult> asyncHandler) |
Future<CreateGroupProfileResult> |
AmazonDataZoneAsync.createGroupProfileAsync(CreateGroupProfileRequest createGroupProfileRequest,
AsyncHandler<CreateGroupProfileRequest,CreateGroupProfileResult> asyncHandler)
Creates a group profile in Amazon DataZone.
|
Future<CreateGroupProfileResult> |
AmazonDataZoneAsyncClient.createGroupProfileAsync(CreateGroupProfileRequest request,
AsyncHandler<CreateGroupProfileRequest,CreateGroupProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateGroupProfileRequest |
CreateGroupProfileRequest.clone() |
CreateGroupProfileRequest |
CreateGroupProfileRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateGroupProfileRequest |
CreateGroupProfileRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which the group profile is created.
|
CreateGroupProfileRequest |
CreateGroupProfileRequest.withGroupIdentifier(String groupIdentifier)
The identifier of the group for which the group profile is created.
|
Copyright © 2024. All rights reserved.