Uses of Class
software.amazon.awssdk.services.auditmanager.model.ListNotificationsResponse
-
Packages that use ListNotificationsResponse Package Description software.amazon.awssdk.services.auditmanager Welcome to the Audit Manager API reference.software.amazon.awssdk.services.auditmanager.paginators -
-
Uses of ListNotificationsResponse in software.amazon.awssdk.services.auditmanager
Methods in software.amazon.awssdk.services.auditmanager that return ListNotificationsResponse Modifier and Type Method Description default ListNotificationsResponseAuditManagerClient. listNotifications(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)Returns a list of all Audit Manager notifications.default ListNotificationsResponseAuditManagerClient. listNotifications(ListNotificationsRequest listNotificationsRequest)Returns a list of all Audit Manager notifications.Methods in software.amazon.awssdk.services.auditmanager that return types with arguments of type ListNotificationsResponse Modifier and Type Method Description default CompletableFuture<ListNotificationsResponse>AuditManagerAsyncClient. listNotifications(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)Returns a list of all Audit Manager notifications.default CompletableFuture<ListNotificationsResponse>AuditManagerAsyncClient. listNotifications(ListNotificationsRequest listNotificationsRequest)Returns a list of all Audit Manager notifications. -
Uses of ListNotificationsResponse in software.amazon.awssdk.services.auditmanager.paginators
Methods in software.amazon.awssdk.services.auditmanager.paginators that return types with arguments of type ListNotificationsResponse Modifier and Type Method Description Iterator<ListNotificationsResponse>ListNotificationsIterable. iterator()Method parameters in software.amazon.awssdk.services.auditmanager.paginators with type arguments of type ListNotificationsResponse Modifier and Type Method Description voidListNotificationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListNotificationsResponse> subscriber)
-