| 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 |
|---|---|
CreateEnvironmentResult |
AmazonDataZoneClient.createEnvironment(CreateEnvironmentRequest request)
Create an Amazon DataZone environment.
|
CreateEnvironmentResult |
AmazonDataZone.createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
Create an Amazon DataZone environment.
|
CreateEnvironmentResult |
AbstractAmazonDataZone.createEnvironment(CreateEnvironmentRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEnvironmentResult> |
AbstractAmazonDataZoneAsync.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
Future<CreateEnvironmentResult> |
AmazonDataZoneAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
Create an Amazon DataZone environment.
|
Future<CreateEnvironmentResult> |
AmazonDataZoneAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentResult |
CreateEnvironmentResult.clone() |
CreateEnvironmentResult |
CreateEnvironmentResult.withAwsAccountId(String awsAccountId)
The Amazon Web Services account in which the Amazon DataZone environment is created.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services region in which the Amazon DataZone environment is created.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withCreatedAt(Date createdAt)
The timestamp of when the environment was created.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withCreatedBy(String createdBy)
The Amazon DataZone user who created this environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withDeploymentProperties(DeploymentProperties deploymentProperties)
The deployment properties of this Amazon DataZone environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withDescription(String description)
The description of this Amazon DataZone environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the environment is created.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withEnvironmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The configurable actions of this Amazon DataZone environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withEnvironmentActions(ConfigurableEnvironmentAction... environmentActions)
The configurable actions of this Amazon DataZone environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withEnvironmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint with which this Amazon DataZone environment was created.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withEnvironmentProfileId(String environmentProfileId)
The ID of the environment profile with which this Amazon DataZone environment was created.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms that can be used in this Amazon DataZone environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withGlossaryTerms(String... glossaryTerms)
The glossary terms that can be used in this Amazon DataZone environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withId(String id)
The ID of this Amazon DataZone environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withLastDeployment(Deployment lastDeployment)
The details of the last deployment of this Amazon DataZone environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withName(String name)
The name of this environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withProjectId(String projectId)
The ID of the Amazon DataZone project in which this environment is created.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withProvider(String provider)
The provider of this Amazon DataZone environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withProvisionedResources(Collection<Resource> provisionedResources)
The provisioned resources of this Amazon DataZone environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withProvisionedResources(Resource... provisionedResources)
The provisioned resources of this Amazon DataZone environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withProvisioningProperties(ProvisioningProperties provisioningProperties)
The provisioning properties of this Amazon DataZone environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withStatus(EnvironmentStatus status)
The status of this Amazon DataZone environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withStatus(String status)
The status of this Amazon DataZone environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withUpdatedAt(Date updatedAt)
The timestamp of when this environment was updated.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withUserParameters(Collection<CustomParameter> userParameters)
The user parameters of this Amazon DataZone environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withUserParameters(CustomParameter... userParameters)
The user parameters of this Amazon DataZone environment.
|
Copyright © 2024. All rights reserved.