Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.ListProfileNotificationsResponse.Builder
-
Packages that use ListProfileNotificationsResponse.Builder Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ListProfileNotificationsResponse.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ListProfileNotificationsResponse.Builder Modifier and Type Method Description static ListProfileNotificationsResponse.BuilderListProfileNotificationsResponse. builder()ListProfileNotificationsResponse.BuilderListProfileNotificationsResponse.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListProfileNotificationsResponse.BuilderListProfileNotificationsResponse.Builder. notificationSummaries(Collection<ProfileNotificationSummary> notificationSummaries)Notification summaries.ListProfileNotificationsResponse.BuilderListProfileNotificationsResponse.Builder. notificationSummaries(Consumer<ProfileNotificationSummary.Builder>... notificationSummaries)Notification summaries.ListProfileNotificationsResponse.BuilderListProfileNotificationsResponse.Builder. notificationSummaries(ProfileNotificationSummary... notificationSummaries)Notification summaries.ListProfileNotificationsResponse.BuilderListProfileNotificationsResponse. toBuilder()Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ListProfileNotificationsResponse.Builder Modifier and Type Method Description static Class<? extends ListProfileNotificationsResponse.Builder>ListProfileNotificationsResponse. serializableBuilderClass()
-