Uses of Class
software.amazon.awssdk.services.directory.model.ListLogSubscriptionsRequest
-
Packages that use ListLogSubscriptionsRequest Package Description software.amazon.awssdk.services.directory Directory Service software.amazon.awssdk.services.directory.paginators software.amazon.awssdk.services.directory.transform -
-
Uses of ListLogSubscriptionsRequest in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory with parameters of type ListLogSubscriptionsRequest Modifier and Type Method Description default CompletableFuture<ListLogSubscriptionsResponse>DirectoryAsyncClient. listLogSubscriptions(ListLogSubscriptionsRequest 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.default ListLogSubscriptionsPublisherDirectoryAsyncClient. listLogSubscriptionsPaginator(ListLogSubscriptionsRequest listLogSubscriptionsRequest)Lists the active log subscriptions for the Amazon Web Services account.default ListLogSubscriptionsIterableDirectoryClient. listLogSubscriptionsPaginator(ListLogSubscriptionsRequest listLogSubscriptionsRequest)Lists the active log subscriptions for the Amazon Web Services account. -
Uses of ListLogSubscriptionsRequest in software.amazon.awssdk.services.directory.paginators
Constructors in software.amazon.awssdk.services.directory.paginators with parameters of type ListLogSubscriptionsRequest Constructor Description ListLogSubscriptionsIterable(DirectoryClient client, ListLogSubscriptionsRequest firstRequest)ListLogSubscriptionsPublisher(DirectoryAsyncClient client, ListLogSubscriptionsRequest firstRequest) -
Uses of ListLogSubscriptionsRequest in software.amazon.awssdk.services.directory.transform
Methods in software.amazon.awssdk.services.directory.transform with parameters of type ListLogSubscriptionsRequest Modifier and Type Method Description SdkHttpFullRequestListLogSubscriptionsRequestMarshaller. marshall(ListLogSubscriptionsRequest listLogSubscriptionsRequest)
-