| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
List<Destination> |
UpdateChannelRequest.destinations()
The ARNs of event data stores that you want to log events arriving through the channel.
|
List<Destination> |
CreateChannelResponse.destinations()
The event data stores that log the events arriving through the channel.
|
List<Destination> |
UpdateChannelResponse.destinations()
The event data stores that log events arriving through the channel.
|
List<Destination> |
GetChannelResponse.destinations()
The destinations for the channel.
|
List<Destination> |
CreateChannelRequest.destinations()
One or more event data stores to which events arriving through a channel will be logged.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.destinations(Destination... destinations)
The ARNs of event data stores that you want to log events arriving through the channel.
|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.destinations(Destination... destinations)
The event data stores that log the events arriving through the channel.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.destinations(Destination... destinations)
The event data stores that log events arriving through the channel.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.destinations(Destination... destinations)
The destinations for the channel.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.destinations(Destination... destinations)
One or more event data stores to which events arriving through a channel will be logged.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.destinations(Collection<Destination> destinations)
The ARNs of event data stores that you want to log events arriving through the channel.
|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.destinations(Collection<Destination> destinations)
The event data stores that log the events arriving through the channel.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.destinations(Collection<Destination> destinations)
The event data stores that log events arriving through the channel.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.destinations(Collection<Destination> destinations)
The destinations for the channel.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.destinations(Collection<Destination> destinations)
One or more event data stores to which events arriving through a channel will be logged.
|
Copyright © 2023. All rights reserved.