| 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<ListDataSourcesResult> |
AmazonDataZoneAsyncClient.listDataSourcesAsync(ListDataSourcesRequest request,
AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler) |
Future<ListDataSourcesResult> |
AmazonDataZoneAsync.listDataSourcesAsync(ListDataSourcesRequest listDataSourcesRequest,
AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler)
Lists data sources in Amazon DataZone.
|
Future<ListDataSourcesResult> |
AbstractAmazonDataZoneAsync.listDataSourcesAsync(ListDataSourcesRequest request,
AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDataSourcesRequest |
ListDataSourcesRequest.clone() |
ListDataSourcesRequest |
ListDataSourcesRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to list the data sources.
|
ListDataSourcesRequest |
ListDataSourcesRequest.withEnvironmentIdentifier(String environmentIdentifier)
The identifier of the environment in which to list the data sources.
|
ListDataSourcesRequest |
ListDataSourcesRequest.withMaxResults(Integer maxResults)
The maximum number of data sources to return in a single call to
ListDataSources. |
ListDataSourcesRequest |
ListDataSourcesRequest.withName(String name)
The name of the data source.
|
ListDataSourcesRequest |
ListDataSourcesRequest.withNextToken(String nextToken)
When the number of data sources 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 data sources, the
response includes a pagination token named NextToken. |
ListDataSourcesRequest |
ListDataSourcesRequest.withProjectIdentifier(String projectIdentifier)
The identifier of the project in which to list data sources.
|
ListDataSourcesRequest |
ListDataSourcesRequest.withStatus(DataSourceStatus status)
The status of the data source.
|
ListDataSourcesRequest |
ListDataSourcesRequest.withStatus(String status)
The status of the data source.
|
ListDataSourcesRequest |
ListDataSourcesRequest.withType(String type)
The type of the data source.
|
Copyright © 2024. All rights reserved.