| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateChannelResponse |
CloudTrailClient.updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Updates a channel specified by a required channel ARN or UUID.
|
default CompletableFuture<UpdateChannelResponse> |
CloudTrailAsyncClient.updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Updates a channel specified by a required channel ARN or UUID.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateChannelRequest.Builder |
UpdateChannelRequest.builder() |
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.channel(String channel)
The ARN or ID (the ARN suffix) of the channel that you want to update.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.destinations(Collection<Destination> destinations)
The ARNs of event data stores that you want to log events arriving through the channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.destinations(Consumer<Destination.Builder>... destinations)
The ARNs of event data stores that you want to log events arriving through the channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.destinations(Destination... destinations)
The ARNs of event data stores that you want to log events arriving through the channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.name(String name)
Changes the name of the channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateChannelRequest.Builder |
UpdateChannelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateChannelRequest.Builder> |
UpdateChannelRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.