| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.clone() |
Channel |
Channel.withChannelArn(String channelArn)
The Amazon Resource Name (ARN) of a channel.
|
Channel |
Channel.withName(String name)
The name of the CloudTrail channel.
|
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
ListChannelsResult.getChannels()
The list of channels in the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResult |
ListChannelsResult.withChannels(Channel... channels)
The list of channels in the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListChannelsResult.setChannels(Collection<Channel> channels)
The list of channels in the account.
|
ListChannelsResult |
ListChannelsResult.withChannels(Collection<Channel> channels)
The list of channels in the account.
|
Copyright © 2024. All rights reserved.