| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
Destination |
Destination.clone() |
Destination |
Destination.withLocation(String location)
For channels used for a CloudTrail Lake integration, the location is the ARN of an event data store that receives
events from a channel.
|
Destination |
Destination.withType(DestinationType type)
The type of destination for events arriving from a channel.
|
Destination |
Destination.withType(String type)
The type of destination for events arriving from a channel.
|
| Modifier and Type | Method and Description |
|---|---|
List<Destination> |
UpdateChannelRequest.getDestinations()
The ARNs of event data stores that you want to log events arriving through the channel.
|
List<Destination> |
CreateChannelResult.getDestinations()
The event data stores that log the events arriving through the channel.
|
List<Destination> |
UpdateChannelResult.getDestinations()
The event data stores that log events arriving through the channel.
|
List<Destination> |
GetChannelResult.getDestinations()
The destinations for the channel.
|
List<Destination> |
CreateChannelRequest.getDestinations()
One or more event data stores to which events arriving through a channel will be logged.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelRequest |
UpdateChannelRequest.withDestinations(Destination... destinations)
The ARNs of event data stores that you want to log events arriving through the channel.
|
CreateChannelResult |
CreateChannelResult.withDestinations(Destination... destinations)
The event data stores that log the events arriving through the channel.
|
UpdateChannelResult |
UpdateChannelResult.withDestinations(Destination... destinations)
The event data stores that log events arriving through the channel.
|
GetChannelResult |
GetChannelResult.withDestinations(Destination... destinations)
The destinations for the channel.
|
CreateChannelRequest |
CreateChannelRequest.withDestinations(Destination... destinations)
One or more event data stores to which events arriving through a channel will be logged.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateChannelRequest.setDestinations(Collection<Destination> destinations)
The ARNs of event data stores that you want to log events arriving through the channel.
|
void |
CreateChannelResult.setDestinations(Collection<Destination> destinations)
The event data stores that log the events arriving through the channel.
|
void |
UpdateChannelResult.setDestinations(Collection<Destination> destinations)
The event data stores that log events arriving through the channel.
|
void |
GetChannelResult.setDestinations(Collection<Destination> destinations)
The destinations for the channel.
|
void |
CreateChannelRequest.setDestinations(Collection<Destination> destinations)
One or more event data stores to which events arriving through a channel will be logged.
|
UpdateChannelRequest |
UpdateChannelRequest.withDestinations(Collection<Destination> destinations)
The ARNs of event data stores that you want to log events arriving through the channel.
|
CreateChannelResult |
CreateChannelResult.withDestinations(Collection<Destination> destinations)
The event data stores that log the events arriving through the channel.
|
UpdateChannelResult |
UpdateChannelResult.withDestinations(Collection<Destination> destinations)
The event data stores that log events arriving through the channel.
|
GetChannelResult |
GetChannelResult.withDestinations(Collection<Destination> destinations)
The destinations for the channel.
|
CreateChannelRequest |
CreateChannelRequest.withDestinations(Collection<Destination> destinations)
One or more event data stores to which events arriving through a channel will be logged.
|
Copyright © 2024. All rights reserved.