| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail |
|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelResult |
AWSCloudTrailClient.createChannel(CreateChannelRequest request)
Creates a channel for CloudTrail to ingest events from a partner or external source.
|
CreateChannelResult |
AWSCloudTrail.createChannel(CreateChannelRequest createChannelRequest)
Creates a channel for CloudTrail to ingest events from a partner or external source.
|
CreateChannelResult |
AbstractAWSCloudTrail.createChannel(CreateChannelRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelResult> |
AWSCloudTrailAsyncClient.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AWSCloudTrailAsync.createChannelAsync(CreateChannelRequest createChannelRequest,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler)
Creates a channel for CloudTrail to ingest events from a partner or external source.
|
Future<CreateChannelResult> |
AbstractAWSCloudTrailAsync.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelResult |
CreateChannelResult.clone() |
CreateChannelResult |
CreateChannelResult.withChannelArn(String channelArn)
The Amazon Resource Name (ARN) of the new channel.
|
CreateChannelResult |
CreateChannelResult.withDestinations(Collection<Destination> destinations)
The event data stores that log the events arriving through the channel.
|
CreateChannelResult |
CreateChannelResult.withDestinations(Destination... destinations)
The event data stores that log the events arriving through the channel.
|
CreateChannelResult |
CreateChannelResult.withName(String name)
The name of the new channel.
|
CreateChannelResult |
CreateChannelResult.withSource(String source)
The partner or external event source name.
|
CreateChannelResult |
CreateChannelResult.withTags(Collection<Tag> tags) |
CreateChannelResult |
CreateChannelResult.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
Copyright © 2024. All rights reserved.