| 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 |
|---|---|
CreateDomainResult |
AbstractAmazonDataZone.createDomain(CreateDomainRequest request) |
CreateDomainResult |
AmazonDataZoneClient.createDomain(CreateDomainRequest request)
Creates an Amazon DataZone domain.
|
CreateDomainResult |
AmazonDataZone.createDomain(CreateDomainRequest createDomainRequest)
Creates an Amazon DataZone domain.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateDomainResult> |
AbstractAmazonDataZoneAsync.createDomainAsync(CreateDomainRequest request,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler) |
Future<CreateDomainResult> |
AmazonDataZoneAsyncClient.createDomainAsync(CreateDomainRequest request,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler) |
Future<CreateDomainResult> |
AmazonDataZoneAsync.createDomainAsync(CreateDomainRequest createDomainRequest,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler)
Creates an Amazon DataZone domain.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDomainResult |
CreateDomainResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateDomainResult |
CreateDomainResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateDomainResult |
CreateDomainResult.clone() |
CreateDomainResult |
CreateDomainResult.withArn(String arn)
The ARN of the Amazon DataZone domain.
|
CreateDomainResult |
CreateDomainResult.withDescription(String description)
The description of the Amazon DataZone domain.
|
CreateDomainResult |
CreateDomainResult.withDomainExecutionRole(String domainExecutionRole)
The domain execution role that is created when an Amazon DataZone domain is created.
|
CreateDomainResult |
CreateDomainResult.withId(String id)
The identifier of the Amazon DataZone domain.
|
CreateDomainResult |
CreateDomainResult.withKmsKeyIdentifier(String kmsKeyIdentifier)
The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon
DataZone domain, metadata, and reporting data.
|
CreateDomainResult |
CreateDomainResult.withName(String name)
The name of the Amazon DataZone domain.
|
CreateDomainResult |
CreateDomainResult.withPortalUrl(String portalUrl)
The URL of the data portal for this Amazon DataZone domain.
|
CreateDomainResult |
CreateDomainResult.withSingleSignOn(SingleSignOn singleSignOn)
The single-sign on configuration of the Amazon DataZone domain.
|
CreateDomainResult |
CreateDomainResult.withStatus(DomainStatus status)
The status of the Amazon DataZone domain.
|
CreateDomainResult |
CreateDomainResult.withStatus(String status)
The status of the Amazon DataZone domain.
|
CreateDomainResult |
CreateDomainResult.withTags(Map<String,String> tags)
The tags specified for the Amazon DataZone domain.
|
Copyright © 2024. All rights reserved.