| 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 |
|---|---|
ListNotificationsResult |
AmazonDataZoneClient.listNotifications(ListNotificationsRequest request)
Lists all Amazon DataZone notifications.
|
ListNotificationsResult |
AbstractAmazonDataZone.listNotifications(ListNotificationsRequest request) |
ListNotificationsResult |
AmazonDataZone.listNotifications(ListNotificationsRequest listNotificationsRequest)
Lists all Amazon DataZone notifications.
|
| 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 |
|---|---|
ListNotificationsResult |
ListNotificationsResult.clone() |
ListNotificationsResult |
ListNotificationsResult.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. |
ListNotificationsResult |
ListNotificationsResult.withNotifications(Collection<NotificationOutput> notifications)
The results of the
ListNotifications action. |
ListNotificationsResult |
ListNotificationsResult.withNotifications(NotificationOutput... notifications)
The results of the
ListNotifications action. |
Copyright © 2024. All rights reserved.