Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ListProfileNotificationsRequest
-
Packages that use ListProfileNotificationsRequest Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.paginators software.amazon.awssdk.services.wellarchitected.transform -
-
Uses of ListProfileNotificationsRequest in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected with parameters of type ListProfileNotificationsRequest Modifier and Type Method Description default CompletableFuture<ListProfileNotificationsResponse>WellArchitectedAsyncClient. listProfileNotifications(ListProfileNotificationsRequest listProfileNotificationsRequest)List profile notifications.default ListProfileNotificationsResponseWellArchitectedClient. listProfileNotifications(ListProfileNotificationsRequest listProfileNotificationsRequest)List profile notifications.default ListProfileNotificationsPublisherWellArchitectedAsyncClient. listProfileNotificationsPaginator(ListProfileNotificationsRequest listProfileNotificationsRequest)default ListProfileNotificationsIterableWellArchitectedClient. listProfileNotificationsPaginator(ListProfileNotificationsRequest listProfileNotificationsRequest) -
Uses of ListProfileNotificationsRequest in software.amazon.awssdk.services.wellarchitected.paginators
Constructors in software.amazon.awssdk.services.wellarchitected.paginators with parameters of type ListProfileNotificationsRequest Constructor Description ListProfileNotificationsIterable(WellArchitectedClient client, ListProfileNotificationsRequest firstRequest)ListProfileNotificationsPublisher(WellArchitectedAsyncClient client, ListProfileNotificationsRequest firstRequest) -
Uses of ListProfileNotificationsRequest in software.amazon.awssdk.services.wellarchitected.transform
Methods in software.amazon.awssdk.services.wellarchitected.transform with parameters of type ListProfileNotificationsRequest Modifier and Type Method Description SdkHttpFullRequestListProfileNotificationsRequestMarshaller. marshall(ListProfileNotificationsRequest listProfileNotificationsRequest)
-