| 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<ListEnvironmentActionsResult> |
AbstractAmazonDataZoneAsync.listEnvironmentActionsAsync(ListEnvironmentActionsRequest request,
AsyncHandler<ListEnvironmentActionsRequest,ListEnvironmentActionsResult> asyncHandler) |
Future<ListEnvironmentActionsResult> |
AmazonDataZoneAsync.listEnvironmentActionsAsync(ListEnvironmentActionsRequest listEnvironmentActionsRequest,
AsyncHandler<ListEnvironmentActionsRequest,ListEnvironmentActionsResult> asyncHandler)
Lists existing environment actions.
|
Future<ListEnvironmentActionsResult> |
AmazonDataZoneAsyncClient.listEnvironmentActionsAsync(ListEnvironmentActionsRequest request,
AsyncHandler<ListEnvironmentActionsRequest,ListEnvironmentActionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentActionsRequest |
ListEnvironmentActionsRequest.clone() |
ListEnvironmentActionsRequest |
ListEnvironmentActionsRequest.withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the environment actions are listed.
|
ListEnvironmentActionsRequest |
ListEnvironmentActionsRequest.withEnvironmentIdentifier(String environmentIdentifier)
The ID of the envrironment whose environment actions are listed.
|
ListEnvironmentActionsRequest |
ListEnvironmentActionsRequest.withMaxResults(Integer maxResults)
The maximum number of environment actions to return in a single call to
ListEnvironmentActions. |
ListEnvironmentActionsRequest |
ListEnvironmentActionsRequest.withNextToken(String nextToken)
When the number of environment actions 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 actions, the response includes a pagination token named NextToken. |
Copyright © 2024. All rights reserved.