| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected |
|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
default ListNotificationsResponse |
WellArchitectedClient.listNotifications(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)
List lens notifications.
|
default CompletableFuture<ListNotificationsResponse> |
WellArchitectedAsyncClient.listNotifications(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)
List lens notifications.
|
default ListNotificationsIterable |
WellArchitectedClient.listNotificationsPaginator(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)
List lens notifications.
|
default ListNotificationsPublisher |
WellArchitectedAsyncClient.listNotificationsPaginator(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)
List lens notifications.
|
| Modifier and Type | Method and Description |
|---|---|
static ListNotificationsRequest.Builder |
ListNotificationsRequest.builder() |
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return for this request.
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListNotificationsRequest.Builder |
ListNotificationsRequest.toBuilder() |
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListNotificationsRequest.Builder> |
ListNotificationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.