| 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<ListProjectsResult> |
AmazonDataZoneAsyncClient.listProjectsAsync(ListProjectsRequest request,
AsyncHandler<ListProjectsRequest,ListProjectsResult> asyncHandler) |
Future<ListProjectsResult> |
AmazonDataZoneAsync.listProjectsAsync(ListProjectsRequest listProjectsRequest,
AsyncHandler<ListProjectsRequest,ListProjectsResult> asyncHandler)
Lists Amazon DataZone projects.
|
Future<ListProjectsResult> |
AbstractAmazonDataZoneAsync.listProjectsAsync(ListProjectsRequest request,
AsyncHandler<ListProjectsRequest,ListProjectsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListProjectsRequest |
ListProjectsRequest.clone() |
ListProjectsRequest |
ListProjectsRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
ListProjectsRequest |
ListProjectsRequest.withGroupIdentifier(String groupIdentifier)
The identifier of a group.
|
ListProjectsRequest |
ListProjectsRequest.withMaxResults(Integer maxResults)
The maximum number of projects to return in a single call to
ListProjects. |
ListProjectsRequest |
ListProjectsRequest.withName(String name)
The name of the project.
|
ListProjectsRequest |
ListProjectsRequest.withNextToken(String nextToken)
When the number of projects 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 projects, the response
includes a pagination token named NextToken. |
ListProjectsRequest |
ListProjectsRequest.withUserIdentifier(String userIdentifier)
The identifier of the Amazon DataZone user.
|
Copyright © 2024. All rights reserved.