Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.ListProfileNotificationsRequest.Builder
-
Packages that use ListProfileNotificationsRequest.Builder Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ListProfileNotificationsRequest.Builder in software.amazon.awssdk.services.wellarchitected
Method parameters in software.amazon.awssdk.services.wellarchitected with type arguments of type ListProfileNotificationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListProfileNotificationsResponse>WellArchitectedAsyncClient. listProfileNotifications(Consumer<ListProfileNotificationsRequest.Builder> listProfileNotificationsRequest)List profile notifications.default ListProfileNotificationsResponseWellArchitectedClient. listProfileNotifications(Consumer<ListProfileNotificationsRequest.Builder> listProfileNotificationsRequest)List profile notifications.default ListProfileNotificationsPublisherWellArchitectedAsyncClient. listProfileNotificationsPaginator(Consumer<ListProfileNotificationsRequest.Builder> listProfileNotificationsRequest)default ListProfileNotificationsIterableWellArchitectedClient. listProfileNotificationsPaginator(Consumer<ListProfileNotificationsRequest.Builder> listProfileNotificationsRequest) -
Uses of ListProfileNotificationsRequest.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ListProfileNotificationsRequest.Builder Modifier and Type Method Description static ListProfileNotificationsRequest.BuilderListProfileNotificationsRequest. builder()ListProfileNotificationsRequest.BuilderListProfileNotificationsRequest.Builder. maxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListProfileNotificationsRequest.BuilderListProfileNotificationsRequest.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListProfileNotificationsRequest.BuilderListProfileNotificationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProfileNotificationsRequest.BuilderListProfileNotificationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListProfileNotificationsRequest.BuilderListProfileNotificationsRequest. toBuilder()ListProfileNotificationsRequest.BuilderListProfileNotificationsRequest.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 ListProfileNotificationsRequest.Builder Modifier and Type Method Description static Class<? extends ListProfileNotificationsRequest.Builder>ListProfileNotificationsRequest. serializableBuilderClass()
-