| 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<ListEnvironmentsResult> |
AbstractAmazonDataZoneAsync.listEnvironmentsAsync(ListEnvironmentsRequest request,
AsyncHandler<ListEnvironmentsRequest,ListEnvironmentsResult> asyncHandler) |
Future<ListEnvironmentsResult> |
AmazonDataZoneAsync.listEnvironmentsAsync(ListEnvironmentsRequest listEnvironmentsRequest,
AsyncHandler<ListEnvironmentsRequest,ListEnvironmentsResult> asyncHandler)
Lists Amazon DataZone environments.
|
Future<ListEnvironmentsResult> |
AmazonDataZoneAsyncClient.listEnvironmentsAsync(ListEnvironmentsRequest request,
AsyncHandler<ListEnvironmentsRequest,ListEnvironmentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentsRequest |
ListEnvironmentsRequest.clone() |
ListEnvironmentsRequest |
ListEnvironmentsRequest.withAwsAccountId(String awsAccountId)
The identifier of the Amazon Web Services account where you want to list environments.
|
ListEnvironmentsRequest |
ListEnvironmentsRequest.withAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where you want to list environments.
|
ListEnvironmentsRequest |
ListEnvironmentsRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
ListEnvironmentsRequest |
ListEnvironmentsRequest.withEnvironmentBlueprintIdentifier(String environmentBlueprintIdentifier)
The identifier of the Amazon DataZone blueprint.
|
ListEnvironmentsRequest |
ListEnvironmentsRequest.withEnvironmentProfileIdentifier(String environmentProfileIdentifier)
The identifier of the environment profile.
|
ListEnvironmentsRequest |
ListEnvironmentsRequest.withMaxResults(Integer maxResults)
The maximum number of environments to return in a single call to
ListEnvironments. |
ListEnvironmentsRequest |
ListEnvironmentsRequest.withName(String name)
|
ListEnvironmentsRequest |
ListEnvironmentsRequest.withNextToken(String nextToken)
When the number of environments is greater than the default value for the
MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of environments, the
response includes a pagination token named NextToken. |
ListEnvironmentsRequest |
ListEnvironmentsRequest.withProjectIdentifier(String projectIdentifier)
The identifier of the Amazon DataZone project.
|
ListEnvironmentsRequest |
ListEnvironmentsRequest.withProvider(String provider)
The provider of the environment.
|
ListEnvironmentsRequest |
ListEnvironmentsRequest.withStatus(EnvironmentStatus status)
The status of the environments that you want to list.
|
ListEnvironmentsRequest |
ListEnvironmentsRequest.withStatus(String status)
The status of the environments that you want to list.
|
Copyright © 2023. All rights reserved.