| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
LogSubscription |
LogSubscription.clone() |
LogSubscription |
LogSubscription.withDirectoryId(String directoryId)
Identifier (ID) of the directory that you want to associate with the log subscription.
|
LogSubscription |
LogSubscription.withLogGroupName(String logGroupName)
The name of the log group.
|
LogSubscription |
LogSubscription.withSubscriptionCreatedDateTime(Date subscriptionCreatedDateTime)
The date and time that the log subscription was created.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogSubscription> |
ListLogSubscriptionsResult.getLogSubscriptions()
A list of active LogSubscription objects for calling the AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListLogSubscriptionsResult |
ListLogSubscriptionsResult.withLogSubscriptions(LogSubscription... logSubscriptions)
A list of active LogSubscription objects for calling the AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLogSubscriptionsResult.setLogSubscriptions(Collection<LogSubscription> logSubscriptions)
A list of active LogSubscription objects for calling the AWS account.
|
ListLogSubscriptionsResult |
ListLogSubscriptionsResult.withLogSubscriptions(Collection<LogSubscription> logSubscriptions)
A list of active LogSubscription objects for calling the AWS account.
|
Copyright © 2020. All rights reserved.