Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.ListNotificationsRequest.Builder
-
Packages that use ListNotificationsRequest.Builder Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ListNotificationsRequest.Builder in software.amazon.awssdk.services.wellarchitected
Method parameters in software.amazon.awssdk.services.wellarchitected with type arguments of type ListNotificationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListNotificationsResponse>WellArchitectedAsyncClient. listNotifications(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)List lens notifications.default ListNotificationsResponseWellArchitectedClient. listNotifications(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)List lens notifications.default ListNotificationsPublisherWellArchitectedAsyncClient. listNotificationsPaginator(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)List lens notifications.default ListNotificationsIterableWellArchitectedClient. listNotificationsPaginator(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)List lens notifications. -
Uses of ListNotificationsRequest.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ListNotificationsRequest.Builder Modifier and Type Method Description static ListNotificationsRequest.BuilderListNotificationsRequest. builder()ListNotificationsRequest.BuilderListNotificationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return for this request.ListNotificationsRequest.BuilderListNotificationsRequest.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListNotificationsRequest.BuilderListNotificationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNotificationsRequest.BuilderListNotificationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListNotificationsRequest.BuilderListNotificationsRequest.Builder. resourceArn(String resourceArn)The ARN for the related resource for the notification.ListNotificationsRequest.BuilderListNotificationsRequest. toBuilder()ListNotificationsRequest.BuilderListNotificationsRequest.Builder. workloadId(String workloadId)Sets the value of the WorkloadId property for this object.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ListNotificationsRequest.Builder Modifier and Type Method Description static Class<? extends ListNotificationsRequest.Builder>ListNotificationsRequest. serializableBuilderClass()
-