| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone |
Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your
data.
|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListNotificationsResponse> |
DataZoneAsyncClient.listNotifications(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)
Lists all Amazon DataZone notifications.
|
default ListNotificationsResponse |
DataZoneClient.listNotifications(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)
Lists all Amazon DataZone notifications.
|
default ListNotificationsPublisher |
DataZoneAsyncClient.listNotificationsPaginator(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)
Lists all Amazon DataZone notifications.
|
default ListNotificationsIterable |
DataZoneClient.listNotificationsPaginator(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)
Lists all Amazon DataZone notifications.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.afterTimestamp(Instant afterTimestamp)
The time after which you want to list notifications.
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.beforeTimestamp(Instant beforeTimestamp)
The time before which you want to list notifications.
|
static ListNotificationsRequest.Builder |
ListNotificationsRequest.builder() |
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of notifications to return in a single call to
ListNotifications. |
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.nextToken(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.Builder |
ListNotificationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.subjects(Collection<String> subjects)
The subjects of notifications.
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.subjects(String... subjects)
The subjects of notifications.
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.taskStatus(String taskStatus)
The task status of notifications.
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.taskStatus(TaskStatus taskStatus)
The task status of notifications.
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.toBuilder() |
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.type(NotificationType type)
The type of notifications.
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.type(String type)
The type of notifications.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListNotificationsRequest.Builder> |
ListNotificationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.