Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ListProfileNotificationsResponse
-
Packages that use ListProfileNotificationsResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.paginators -
-
Uses of ListProfileNotificationsResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return ListProfileNotificationsResponse Modifier and Type Method Description default ListProfileNotificationsResponseWellArchitectedClient. listProfileNotifications(Consumer<ListProfileNotificationsRequest.Builder> listProfileNotificationsRequest)List profile notifications.default ListProfileNotificationsResponseWellArchitectedClient. listProfileNotifications(ListProfileNotificationsRequest listProfileNotificationsRequest)List profile notifications.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type ListProfileNotificationsResponse Modifier and Type Method Description default CompletableFuture<ListProfileNotificationsResponse>WellArchitectedAsyncClient. listProfileNotifications(Consumer<ListProfileNotificationsRequest.Builder> listProfileNotificationsRequest)List profile notifications.default CompletableFuture<ListProfileNotificationsResponse>WellArchitectedAsyncClient. listProfileNotifications(ListProfileNotificationsRequest listProfileNotificationsRequest)List profile notifications. -
Uses of ListProfileNotificationsResponse in software.amazon.awssdk.services.wellarchitected.paginators
Methods in software.amazon.awssdk.services.wellarchitected.paginators that return types with arguments of type ListProfileNotificationsResponse Modifier and Type Method Description Iterator<ListProfileNotificationsResponse>ListProfileNotificationsIterable. iterator()Method parameters in software.amazon.awssdk.services.wellarchitected.paginators with type arguments of type ListProfileNotificationsResponse Modifier and Type Method Description voidListProfileNotificationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProfileNotificationsResponse> subscriber)
-