| 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<ListNotificationsResult> |
AmazonDataZoneAsyncClient.listNotificationsAsync(ListNotificationsRequest request,
AsyncHandler<ListNotificationsRequest,ListNotificationsResult> asyncHandler) |
Future<ListNotificationsResult> |
AmazonDataZoneAsync.listNotificationsAsync(ListNotificationsRequest listNotificationsRequest,
AsyncHandler<ListNotificationsRequest,ListNotificationsResult> asyncHandler)
Lists all Amazon DataZone notifications.
|
Future<ListNotificationsResult> |
AbstractAmazonDataZoneAsync.listNotificationsAsync(ListNotificationsRequest request,
AsyncHandler<ListNotificationsRequest,ListNotificationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListNotificationsRequest |
ListNotificationsRequest.clone() |
ListNotificationsRequest |
ListNotificationsRequest.withAfterTimestamp(Date afterTimestamp)
The time after which you want to list notifications.
|
ListNotificationsRequest |
ListNotificationsRequest.withBeforeTimestamp(Date beforeTimestamp)
The time before which you want to list notifications.
|
ListNotificationsRequest |
ListNotificationsRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
ListNotificationsRequest |
ListNotificationsRequest.withMaxResults(Integer maxResults)
The maximum number of notifications to return in a single call to
ListNotifications. |
ListNotificationsRequest |
ListNotificationsRequest.withNextToken(String nextToken)
When the number of notifications 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 notifications, the
response includes a pagination token named NextToken. |
ListNotificationsRequest |
ListNotificationsRequest.withSubjects(Collection<String> subjects)
The subjects of notifications.
|
ListNotificationsRequest |
ListNotificationsRequest.withSubjects(String... subjects)
The subjects of notifications.
|
ListNotificationsRequest |
ListNotificationsRequest.withTaskStatus(String taskStatus)
The task status of notifications.
|
ListNotificationsRequest |
ListNotificationsRequest.withTaskStatus(TaskStatus taskStatus)
The task status of notifications.
|
ListNotificationsRequest |
ListNotificationsRequest.withType(NotificationType type)
The type of notifications.
|
ListNotificationsRequest |
ListNotificationsRequest.withType(String type)
The type of notifications.
|
Copyright © 2023. All rights reserved.