Uses of Class
software.amazon.awssdk.services.directory.model.ListLogSubscriptionsResponse
-
Packages that use ListLogSubscriptionsResponse Package Description software.amazon.awssdk.services.directory Directory Service software.amazon.awssdk.services.directory.paginators -
-
Uses of ListLogSubscriptionsResponse in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory that return ListLogSubscriptionsResponse Modifier and Type Method Description default ListLogSubscriptionsResponseDirectoryClient. listLogSubscriptions()Lists the active log subscriptions for the Amazon Web Services account.default ListLogSubscriptionsResponseDirectoryClient. listLogSubscriptions(Consumer<ListLogSubscriptionsRequest.Builder> listLogSubscriptionsRequest)Lists the active log subscriptions for the Amazon Web Services account.default ListLogSubscriptionsResponseDirectoryClient. listLogSubscriptions(ListLogSubscriptionsRequest listLogSubscriptionsRequest)Lists the active log subscriptions for the Amazon Web Services account.Methods in software.amazon.awssdk.services.directory that return types with arguments of type ListLogSubscriptionsResponse Modifier and Type Method Description default CompletableFuture<ListLogSubscriptionsResponse>DirectoryAsyncClient. listLogSubscriptions()Lists the active log subscriptions for the Amazon Web Services account.default CompletableFuture<ListLogSubscriptionsResponse>DirectoryAsyncClient. listLogSubscriptions(Consumer<ListLogSubscriptionsRequest.Builder> listLogSubscriptionsRequest)Lists the active log subscriptions for the Amazon Web Services account.default CompletableFuture<ListLogSubscriptionsResponse>DirectoryAsyncClient. listLogSubscriptions(ListLogSubscriptionsRequest listLogSubscriptionsRequest)Lists the active log subscriptions for the Amazon Web Services account. -
Uses of ListLogSubscriptionsResponse in software.amazon.awssdk.services.directory.paginators
Methods in software.amazon.awssdk.services.directory.paginators that return types with arguments of type ListLogSubscriptionsResponse Modifier and Type Method Description Iterator<ListLogSubscriptionsResponse>ListLogSubscriptionsIterable. iterator()Method parameters in software.amazon.awssdk.services.directory.paginators with type arguments of type ListLogSubscriptionsResponse Modifier and Type Method Description voidListLogSubscriptionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLogSubscriptionsResponse> subscriber)
-