| 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<ListMetadataGenerationRunsResult> |
AbstractAmazonDataZoneAsync.listMetadataGenerationRunsAsync(ListMetadataGenerationRunsRequest request,
AsyncHandler<ListMetadataGenerationRunsRequest,ListMetadataGenerationRunsResult> asyncHandler) |
Future<ListMetadataGenerationRunsResult> |
AmazonDataZoneAsync.listMetadataGenerationRunsAsync(ListMetadataGenerationRunsRequest listMetadataGenerationRunsRequest,
AsyncHandler<ListMetadataGenerationRunsRequest,ListMetadataGenerationRunsResult> asyncHandler)
Lists all metadata generation runs.
|
Future<ListMetadataGenerationRunsResult> |
AmazonDataZoneAsyncClient.listMetadataGenerationRunsAsync(ListMetadataGenerationRunsRequest request,
AsyncHandler<ListMetadataGenerationRunsRequest,ListMetadataGenerationRunsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListMetadataGenerationRunsRequest |
ListMetadataGenerationRunsRequest.clone() |
ListMetadataGenerationRunsRequest |
ListMetadataGenerationRunsRequest.withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where you want to list metadata generation runs.
|
ListMetadataGenerationRunsRequest |
ListMetadataGenerationRunsRequest.withMaxResults(Integer maxResults)
The maximum number of metadata generation runs to return in a single call to ListMetadataGenerationRuns.
|
ListMetadataGenerationRunsRequest |
ListMetadataGenerationRunsRequest.withNextToken(String nextToken)
When the number of metadata generation runs 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 metadata generation runs, the
response includes a pagination token named NextToken.
|
ListMetadataGenerationRunsRequest |
ListMetadataGenerationRunsRequest.withStatus(MetadataGenerationRunStatus status)
The status of the metadata generation runs.
|
ListMetadataGenerationRunsRequest |
ListMetadataGenerationRunsRequest.withStatus(String status)
The status of the metadata generation runs.
|
ListMetadataGenerationRunsRequest |
ListMetadataGenerationRunsRequest.withType(MetadataGenerationRunType type)
The type of the metadata generation runs.
|
ListMetadataGenerationRunsRequest |
ListMetadataGenerationRunsRequest.withType(String type)
The type of the metadata generation runs.
|
Copyright © 2024. All rights reserved.