| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail |
|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelResult |
AWSCloudTrailClient.updateChannel(UpdateChannelRequest request)
Updates a channel specified by a required channel ARN or UUID.
|
UpdateChannelResult |
AbstractAWSCloudTrail.updateChannel(UpdateChannelRequest request) |
UpdateChannelResult |
AWSCloudTrail.updateChannel(UpdateChannelRequest updateChannelRequest)
Updates a channel specified by a required channel ARN or UUID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateChannelResult> |
AWSCloudTrailAsyncClient.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
Future<UpdateChannelResult> |
AbstractAWSCloudTrailAsync.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
Future<UpdateChannelResult> |
AWSCloudTrailAsync.updateChannelAsync(UpdateChannelRequest updateChannelRequest,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler)
Updates a channel specified by a required channel ARN or UUID.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelResult |
UpdateChannelResult.clone() |
UpdateChannelResult |
UpdateChannelResult.withChannelArn(String channelArn)
The ARN of the channel that was updated.
|
UpdateChannelResult |
UpdateChannelResult.withDestinations(Collection<Destination> destinations)
The event data stores that log events arriving through the channel.
|
UpdateChannelResult |
UpdateChannelResult.withDestinations(Destination... destinations)
The event data stores that log events arriving through the channel.
|
UpdateChannelResult |
UpdateChannelResult.withName(String name)
The name of the channel that was updated.
|
UpdateChannelResult |
UpdateChannelResult.withSource(String source)
The event source of the channel that was updated.
|
Copyright © 2024. All rights reserved.