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