Uses of Interface
software.amazon.awssdk.services.cloudtrail.model.UpdateChannelRequest.Builder
-
Packages that use UpdateChannelRequest.Builder Package Description software.amazon.awssdk.services.cloudtrail CloudTrail software.amazon.awssdk.services.cloudtrail.model -
-
Uses of UpdateChannelRequest.Builder in software.amazon.awssdk.services.cloudtrail
Method parameters in software.amazon.awssdk.services.cloudtrail with type arguments of type UpdateChannelRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateChannelResponse>CloudTrailAsyncClient. updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)Updates a channel specified by a required channel ARN or UUID.default UpdateChannelResponseCloudTrailClient. updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)Updates a channel specified by a required channel ARN or UUID. -
Uses of UpdateChannelRequest.Builder in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return UpdateChannelRequest.Builder Modifier and Type Method Description static UpdateChannelRequest.BuilderUpdateChannelRequest. builder()UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. channel(String channel)The ARN or ID (the ARN suffix) of the channel that you want to update.UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. destinations(Collection<Destination> destinations)The ARNs of event data stores that you want to log events arriving through the channel.UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. destinations(Consumer<Destination.Builder>... destinations)The ARNs of event data stores that you want to log events arriving through the channel.UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. destinations(Destination... destinations)The ARNs of event data stores that you want to log events arriving through the channel.UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. name(String name)Changes the name of the channel.UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateChannelRequest.BuilderUpdateChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type UpdateChannelRequest.Builder Modifier and Type Method Description static Class<? extends UpdateChannelRequest.Builder>UpdateChannelRequest. serializableBuilderClass()
-