Uses of Class
software.amazon.awssdk.services.cloudtrail.model.Channel
-
Packages that use Channel Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of Channel in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type Channel Modifier and Type Method Description List<Channel>ListChannelsResponse. channels()The list of channels in the account.Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type Channel Modifier and Type Method Description ListChannelsResponse.BuilderListChannelsResponse.Builder. channels(Channel... channels)The list of channels in the account.Method parameters in software.amazon.awssdk.services.cloudtrail.model with type arguments of type Channel Modifier and Type Method Description ListChannelsResponse.BuilderListChannelsResponse.Builder. channels(Collection<Channel> channels)The list of channels in the account.
-