| 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 |
AWSCloudTrail.updateChannel(UpdateChannelRequest updateChannelRequest)
Updates a channel specified by a required channel ARN or UUID.
|
UpdateChannelResult |
AbstractAWSCloudTrail.updateChannel(UpdateChannelRequest request) |
Future<UpdateChannelResult> |
AWSCloudTrailAsyncClient.updateChannelAsync(UpdateChannelRequest request) |
Future<UpdateChannelResult> |
AWSCloudTrailAsync.updateChannelAsync(UpdateChannelRequest updateChannelRequest)
Updates a channel specified by a required channel ARN or UUID.
|
Future<UpdateChannelResult> |
AbstractAWSCloudTrailAsync.updateChannelAsync(UpdateChannelRequest request) |
Future<UpdateChannelResult> |
AWSCloudTrailAsyncClient.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.
|
Future<UpdateChannelResult> |
AbstractAWSCloudTrailAsync.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateChannelResult> |
AWSCloudTrailAsyncClient.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.
|
Future<UpdateChannelResult> |
AbstractAWSCloudTrailAsync.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelRequest |
UpdateChannelRequest.clone() |
UpdateChannelRequest |
UpdateChannelRequest.withChannel(String channel)
The ARN or ID (the ARN suffix) of the channel that you want to update.
|
UpdateChannelRequest |
UpdateChannelRequest.withDestinations(Collection<Destination> destinations)
The ARNs of event data stores that you want to log events arriving through the channel.
|
UpdateChannelRequest |
UpdateChannelRequest.withDestinations(Destination... destinations)
The ARNs of event data stores that you want to log events arriving through the channel.
|
UpdateChannelRequest |
UpdateChannelRequest.withName(String name)
Changes the name of the channel.
|
Copyright © 2024. All rights reserved.