| 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<ListSubscriptionRequestsResult> |
AbstractAmazonDataZoneAsync.listSubscriptionRequestsAsync(ListSubscriptionRequestsRequest request,
AsyncHandler<ListSubscriptionRequestsRequest,ListSubscriptionRequestsResult> asyncHandler) |
Future<ListSubscriptionRequestsResult> |
AmazonDataZoneAsync.listSubscriptionRequestsAsync(ListSubscriptionRequestsRequest listSubscriptionRequestsRequest,
AsyncHandler<ListSubscriptionRequestsRequest,ListSubscriptionRequestsResult> asyncHandler)
Lists Amazon DataZone subscription requests.
|
Future<ListSubscriptionRequestsResult> |
AmazonDataZoneAsyncClient.listSubscriptionRequestsAsync(ListSubscriptionRequestsRequest request,
AsyncHandler<ListSubscriptionRequestsRequest,ListSubscriptionRequestsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSubscriptionRequestsRequest |
ListSubscriptionRequestsRequest.clone() |
ListSubscriptionRequestsRequest |
ListSubscriptionRequestsRequest.withApproverProjectId(String approverProjectId)
The identifier of the subscription request approver's project.
|
ListSubscriptionRequestsRequest |
ListSubscriptionRequestsRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
ListSubscriptionRequestsRequest |
ListSubscriptionRequestsRequest.withMaxResults(Integer maxResults)
The maximum number of subscription requests to return in a single call to
ListSubscriptionRequests. |
ListSubscriptionRequestsRequest |
ListSubscriptionRequestsRequest.withNextToken(String nextToken)
When the number of subscription requests 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
subscription requests, the response includes a pagination token named NextToken. |
ListSubscriptionRequestsRequest |
ListSubscriptionRequestsRequest.withOwningProjectId(String owningProjectId)
The identifier of the project for the subscription requests.
|
ListSubscriptionRequestsRequest |
ListSubscriptionRequestsRequest.withSortBy(SortKey sortBy)
Specifies the way to sort the results of this action.
|
ListSubscriptionRequestsRequest |
ListSubscriptionRequestsRequest.withSortBy(String sortBy)
Specifies the way to sort the results of this action.
|
ListSubscriptionRequestsRequest |
ListSubscriptionRequestsRequest.withSortOrder(SortOrder sortOrder)
Specifies the sort order for the results of this action.
|
ListSubscriptionRequestsRequest |
ListSubscriptionRequestsRequest.withSortOrder(String sortOrder)
Specifies the sort order for the results of this action.
|
ListSubscriptionRequestsRequest |
ListSubscriptionRequestsRequest.withStatus(String status)
Specifies the status of the subscription requests.
|
ListSubscriptionRequestsRequest |
ListSubscriptionRequestsRequest.withStatus(SubscriptionRequestStatus status)
Specifies the status of the subscription requests.
|
ListSubscriptionRequestsRequest |
ListSubscriptionRequestsRequest.withSubscribedListingId(String subscribedListingId)
The identifier of the subscribed listing.
|
Copyright © 2023. All rights reserved.