| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory |
|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
default ListLogSubscriptionsResponse |
DirectoryClient.listLogSubscriptions(Consumer<ListLogSubscriptionsRequest.Builder> listLogSubscriptionsRequest)
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 ListLogSubscriptionsIterable |
DirectoryClient.listLogSubscriptionsPaginator(Consumer<ListLogSubscriptionsRequest.Builder> listLogSubscriptionsRequest)
Lists the active log subscriptions for the Amazon Web Services account.
|
default ListLogSubscriptionsPublisher |
DirectoryAsyncClient.listLogSubscriptionsPaginator(Consumer<ListLogSubscriptionsRequest.Builder> listLogSubscriptionsRequest)
Lists the active log subscriptions for the Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListLogSubscriptionsRequest.Builder |
ListLogSubscriptionsRequest.builder() |
ListLogSubscriptionsRequest.Builder |
ListLogSubscriptionsRequest.Builder.directoryId(String directoryId)
If a DirectoryID is provided, lists only the log subscription associated with that directory.
|
ListLogSubscriptionsRequest.Builder |
ListLogSubscriptionsRequest.Builder.limit(Integer limit)
The maximum number of items returned.
|
ListLogSubscriptionsRequest.Builder |
ListLogSubscriptionsRequest.Builder.nextToken(String nextToken)
The token for the next set of items to return.
|
ListLogSubscriptionsRequest.Builder |
ListLogSubscriptionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLogSubscriptionsRequest.Builder |
ListLogSubscriptionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListLogSubscriptionsRequest.Builder |
ListLogSubscriptionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListLogSubscriptionsRequest.Builder> |
ListLogSubscriptionsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.