| 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<CreateEnvironmentResult> |
AmazonDataZoneAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
Future<CreateEnvironmentResult> |
AmazonDataZoneAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
Create an Amazon DataZone environment.
|
Future<CreateEnvironmentResult> |
AbstractAmazonDataZoneAsync.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentRequest |
CreateEnvironmentRequest.clone() |
CreateEnvironmentRequest |
CreateEnvironmentRequest.withDescription(String description)
The description of the Amazon DataZone environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which the environment is created.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withEnvironmentProfileIdentifier(String environmentProfileIdentifier)
The identifier of the environment profile that is used to create this Amazon DataZone environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms that can be used in this Amazon DataZone environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withGlossaryTerms(String... glossaryTerms)
The glossary terms that can be used in this Amazon DataZone environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withName(String name)
The name of the Amazon DataZone environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withProjectIdentifier(String projectIdentifier)
The identifier of the Amazon DataZone project in which this environment is created.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withUserParameters(Collection<EnvironmentParameter> userParameters)
The user parameters of this Amazon DataZone environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withUserParameters(EnvironmentParameter... userParameters)
The user parameters of this Amazon DataZone environment.
|
Copyright © 2024. All rights reserved.