| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail |
|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
GetChannelResult |
AbstractAWSCloudTrail.getChannel(GetChannelRequest request) |
GetChannelResult |
AWSCloudTrail.getChannel(GetChannelRequest getChannelRequest)
Returns information about a specific channel.
|
GetChannelResult |
AWSCloudTrailClient.getChannel(GetChannelRequest request)
Returns information about a specific channel.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetChannelResult> |
AbstractAWSCloudTrailAsync.getChannelAsync(GetChannelRequest request) |
Future<GetChannelResult> |
AWSCloudTrailAsync.getChannelAsync(GetChannelRequest getChannelRequest)
Returns information about a specific channel.
|
Future<GetChannelResult> |
AWSCloudTrailAsyncClient.getChannelAsync(GetChannelRequest request) |
Future<GetChannelResult> |
AbstractAWSCloudTrailAsync.getChannelAsync(GetChannelRequest request,
AsyncHandler<GetChannelRequest,GetChannelResult> asyncHandler) |
Future<GetChannelResult> |
AWSCloudTrailAsync.getChannelAsync(GetChannelRequest getChannelRequest,
AsyncHandler<GetChannelRequest,GetChannelResult> asyncHandler)
Returns information about a specific channel.
|
Future<GetChannelResult> |
AWSCloudTrailAsyncClient.getChannelAsync(GetChannelRequest request,
AsyncHandler<GetChannelRequest,GetChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetChannelResult> |
AbstractAWSCloudTrailAsync.getChannelAsync(GetChannelRequest request,
AsyncHandler<GetChannelRequest,GetChannelResult> asyncHandler) |
Future<GetChannelResult> |
AWSCloudTrailAsync.getChannelAsync(GetChannelRequest getChannelRequest,
AsyncHandler<GetChannelRequest,GetChannelResult> asyncHandler)
Returns information about a specific channel.
|
Future<GetChannelResult> |
AWSCloudTrailAsyncClient.getChannelAsync(GetChannelRequest request,
AsyncHandler<GetChannelRequest,GetChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetChannelResult |
GetChannelResult.clone() |
GetChannelResult |
GetChannelResult.withChannelArn(String channelArn)
The ARN of an channel returned by a
GetChannel request. |
GetChannelResult |
GetChannelResult.withDestinations(Collection<Destination> destinations)
The Amazon Web Services service that created the service-linked channel.
|
GetChannelResult |
GetChannelResult.withDestinations(Destination... destinations)
The Amazon Web Services service that created the service-linked channel.
|
GetChannelResult |
GetChannelResult.withName(String name)
The name of the CloudTrail channel.
|
GetChannelResult |
GetChannelResult.withSource(String source)
The event source for the CloudTrail channel.
|
GetChannelResult |
GetChannelResult.withSourceConfig(SourceConfig sourceConfig)
Provides information about the advanced event selectors configured for the channel, and whether the channel
applies to all regions or a single region.
|
Copyright © 2022. All rights reserved.