| 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<ListSubscriptionsResult> |
AmazonDataZoneAsyncClient.listSubscriptionsAsync(ListSubscriptionsRequest request,
AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResult> asyncHandler) |
Future<ListSubscriptionsResult> |
AmazonDataZoneAsync.listSubscriptionsAsync(ListSubscriptionsRequest listSubscriptionsRequest,
AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResult> asyncHandler)
Lists subscriptions in Amazon DataZone.
|
Future<ListSubscriptionsResult> |
AbstractAmazonDataZoneAsync.listSubscriptionsAsync(ListSubscriptionsRequest request,
AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSubscriptionsRequest |
ListSubscriptionsRequest.clone() |
ListSubscriptionsRequest |
ListSubscriptionsRequest.withApproverProjectId(String approverProjectId)
The identifier of the project for the subscription's approver.
|
ListSubscriptionsRequest |
ListSubscriptionsRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
ListSubscriptionsRequest |
ListSubscriptionsRequest.withMaxResults(Integer maxResults)
The maximum number of subscriptions to return in a single call to
ListSubscriptions. |
ListSubscriptionsRequest |
ListSubscriptionsRequest.withNextToken(String nextToken)
When the number of subscriptions 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 subscriptions, the
response includes a pagination token named NextToken. |
ListSubscriptionsRequest |
ListSubscriptionsRequest.withOwningProjectId(String owningProjectId)
The identifier of the owning project.
|
ListSubscriptionsRequest |
ListSubscriptionsRequest.withSortBy(SortKey sortBy)
Specifies the way in which the results of this action are to be sorted.
|
ListSubscriptionsRequest |
ListSubscriptionsRequest.withSortBy(String sortBy)
Specifies the way in which the results of this action are to be sorted.
|
ListSubscriptionsRequest |
ListSubscriptionsRequest.withSortOrder(SortOrder sortOrder)
Specifies the sort order for the results of this action.
|
ListSubscriptionsRequest |
ListSubscriptionsRequest.withSortOrder(String sortOrder)
Specifies the sort order for the results of this action.
|
ListSubscriptionsRequest |
ListSubscriptionsRequest.withStatus(String status)
The status of the subscriptions that you want to list.
|
ListSubscriptionsRequest |
ListSubscriptionsRequest.withStatus(SubscriptionStatus status)
The status of the subscriptions that you want to list.
|
ListSubscriptionsRequest |
ListSubscriptionsRequest.withSubscribedListingId(String subscribedListingId)
The identifier of the subscribed listing for the subscriptions that you want to list.
|
ListSubscriptionsRequest |
ListSubscriptionsRequest.withSubscriptionRequestIdentifier(String subscriptionRequestIdentifier)
The identifier of the subscription request for the subscriptions that you want to list.
|
Copyright © 2024. All rights reserved.