| Package | Description |
|---|---|
| com.amazonaws.services.directory |
|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
ListLogSubscriptionsResult |
AWSDirectoryServiceClient.listLogSubscriptions(ListLogSubscriptionsRequest request)
Lists the active log subscriptions for the Amazon Web Services account.
|
ListLogSubscriptionsResult |
AbstractAWSDirectoryService.listLogSubscriptions(ListLogSubscriptionsRequest request) |
ListLogSubscriptionsResult |
AWSDirectoryService.listLogSubscriptions(ListLogSubscriptionsRequest listLogSubscriptionsRequest)
Lists the active log subscriptions for the Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListLogSubscriptionsResult> |
AWSDirectoryServiceAsyncClient.listLogSubscriptionsAsync(ListLogSubscriptionsRequest request,
AsyncHandler<ListLogSubscriptionsRequest,ListLogSubscriptionsResult> asyncHandler) |
Future<ListLogSubscriptionsResult> |
AWSDirectoryServiceAsync.listLogSubscriptionsAsync(ListLogSubscriptionsRequest listLogSubscriptionsRequest,
AsyncHandler<ListLogSubscriptionsRequest,ListLogSubscriptionsResult> asyncHandler)
Lists the active log subscriptions for the Amazon Web Services account.
|
Future<ListLogSubscriptionsResult> |
AbstractAWSDirectoryServiceAsync.listLogSubscriptionsAsync(ListLogSubscriptionsRequest request,
AsyncHandler<ListLogSubscriptionsRequest,ListLogSubscriptionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListLogSubscriptionsResult |
ListLogSubscriptionsResult.clone() |
ListLogSubscriptionsResult |
ListLogSubscriptionsResult.withLogSubscriptions(Collection<LogSubscription> logSubscriptions)
A list of active LogSubscription objects for calling the Amazon Web Services account.
|
ListLogSubscriptionsResult |
ListLogSubscriptionsResult.withLogSubscriptions(LogSubscription... logSubscriptions)
A list of active LogSubscription objects for calling the Amazon Web Services account.
|
ListLogSubscriptionsResult |
ListLogSubscriptionsResult.withNextToken(String nextToken)
The token for the next set of items to return.
|
Copyright © 2023. All rights reserved.