Uses of Class
software.amazon.awssdk.services.cloudtrail.model.Destination
-
Packages that use Destination Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of Destination in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type Destination Modifier and Type Method Description List<Destination>CreateChannelRequest. destinations()One or more event data stores to which events arriving through a channel will be logged.List<Destination>CreateChannelResponse. destinations()The event data stores that log the events arriving through the channel.List<Destination>GetChannelResponse. destinations()The destinations for the channel.List<Destination>UpdateChannelRequest. destinations()The ARNs of event data stores that you want to log events arriving through the channel.List<Destination>UpdateChannelResponse. destinations()The event data stores that log events arriving through the channel.Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type Destination Modifier and Type Method Description CreateChannelRequest.BuilderCreateChannelRequest.Builder. destinations(Destination... destinations)One or more event data stores to which events arriving through a channel will be logged.CreateChannelResponse.BuilderCreateChannelResponse.Builder. destinations(Destination... destinations)The event data stores that log the events arriving through the channel.GetChannelResponse.BuilderGetChannelResponse.Builder. destinations(Destination... destinations)The destinations for the channel.UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. destinations(Destination... destinations)The ARNs of event data stores that you want to log events arriving through the channel.UpdateChannelResponse.BuilderUpdateChannelResponse.Builder. destinations(Destination... destinations)The event data stores that log events arriving through the channel.Method parameters in software.amazon.awssdk.services.cloudtrail.model with type arguments of type Destination Modifier and Type Method Description CreateChannelRequest.BuilderCreateChannelRequest.Builder. destinations(Collection<Destination> destinations)One or more event data stores to which events arriving through a channel will be logged.CreateChannelResponse.BuilderCreateChannelResponse.Builder. destinations(Collection<Destination> destinations)The event data stores that log the events arriving through the channel.GetChannelResponse.BuilderGetChannelResponse.Builder. destinations(Collection<Destination> destinations)The destinations for the channel.UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. destinations(Collection<Destination> destinations)The ARNs of event data stores that you want to log events arriving through the channel.UpdateChannelResponse.BuilderUpdateChannelResponse.Builder. destinations(Collection<Destination> destinations)The event data stores that log events arriving through the channel.
-