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