| Package | Description |
|---|---|
| com.amazonaws.services.directory |
|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListLogSubscriptionsResult> |
AbstractAWSDirectoryServiceAsync.listLogSubscriptionsAsync(ListLogSubscriptionsRequest request,
AsyncHandler<ListLogSubscriptionsRequest,ListLogSubscriptionsResult> asyncHandler) |
Future<ListLogSubscriptionsResult> |
AWSDirectoryServiceAsync.listLogSubscriptionsAsync(ListLogSubscriptionsRequest listLogSubscriptionsRequest,
AsyncHandler<ListLogSubscriptionsRequest,ListLogSubscriptionsResult> asyncHandler)
Lists the active log subscriptions for the AWS account.
|
Future<ListLogSubscriptionsResult> |
AWSDirectoryServiceAsyncClient.listLogSubscriptionsAsync(ListLogSubscriptionsRequest request,
AsyncHandler<ListLogSubscriptionsRequest,ListLogSubscriptionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListLogSubscriptionsRequest |
ListLogSubscriptionsRequest.clone() |
ListLogSubscriptionsRequest |
ListLogSubscriptionsRequest.withDirectoryId(String directoryId)
If a DirectoryID is provided, lists only the log subscription associated with that directory.
|
ListLogSubscriptionsRequest |
ListLogSubscriptionsRequest.withLimit(Integer limit)
The maximum number of items returned.
|
ListLogSubscriptionsRequest |
ListLogSubscriptionsRequest.withNextToken(String nextToken)
The token for the next set of items to return.
|
Copyright © 2019. All rights reserved.