| 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<ListEnvironmentProfilesResult> |
AmazonDataZoneAsyncClient.listEnvironmentProfilesAsync(ListEnvironmentProfilesRequest request,
AsyncHandler<ListEnvironmentProfilesRequest,ListEnvironmentProfilesResult> asyncHandler) |
Future<ListEnvironmentProfilesResult> |
AmazonDataZoneAsync.listEnvironmentProfilesAsync(ListEnvironmentProfilesRequest listEnvironmentProfilesRequest,
AsyncHandler<ListEnvironmentProfilesRequest,ListEnvironmentProfilesResult> asyncHandler)
Lists Amazon DataZone environment profiles.
|
Future<ListEnvironmentProfilesResult> |
AbstractAmazonDataZoneAsync.listEnvironmentProfilesAsync(ListEnvironmentProfilesRequest request,
AsyncHandler<ListEnvironmentProfilesRequest,ListEnvironmentProfilesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentProfilesRequest |
ListEnvironmentProfilesRequest.clone() |
ListEnvironmentProfilesRequest |
ListEnvironmentProfilesRequest.withAwsAccountId(String awsAccountId)
The identifier of the Amazon Web Services account where you want to list environment profiles.
|
ListEnvironmentProfilesRequest |
ListEnvironmentProfilesRequest.withAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where you want to list environment profiles.
|
ListEnvironmentProfilesRequest |
ListEnvironmentProfilesRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
ListEnvironmentProfilesRequest |
ListEnvironmentProfilesRequest.withEnvironmentBlueprintIdentifier(String environmentBlueprintIdentifier)
The identifier of the blueprint that was used to create the environment profiles that you want to list.
|
ListEnvironmentProfilesRequest |
ListEnvironmentProfilesRequest.withMaxResults(Integer maxResults)
The maximum number of environment profiles to return in a single call to
ListEnvironmentProfiles. |
ListEnvironmentProfilesRequest |
ListEnvironmentProfilesRequest.withName(String name)
|
ListEnvironmentProfilesRequest |
ListEnvironmentProfilesRequest.withNextToken(String nextToken)
When the number of environment profiles 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
environment profiles, the response includes a pagination token named NextToken. |
ListEnvironmentProfilesRequest |
ListEnvironmentProfilesRequest.withProjectIdentifier(String projectIdentifier)
The identifier of the Amazon DataZone project.
|
Copyright © 2023. All rights reserved.