| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail |
Synchronous and asynchronous client classes for accessing AWSCloudTrail.
|
| com.amazonaws.services.cloudtrail.model |
Classes modeling the various types represented by AWSCloudTrail.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTrailResult |
AWSCloudTrail.createTrail(CreateTrailRequest createTrailRequest)
From the command line, use
create-subscription . |
CreateTrailResult |
AWSCloudTrailClient.createTrail(CreateTrailRequest createTrailRequest)
From the command line, use
create-subscription . |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateTrailResult> |
AWSCloudTrailAsync.createTrailAsync(CreateTrailRequest createTrailRequest)
From the command line, use
create-subscription . |
Future<CreateTrailResult> |
AWSCloudTrailAsyncClient.createTrailAsync(CreateTrailRequest createTrailRequest)
From the command line, use
create-subscription . |
Future<CreateTrailResult> |
AWSCloudTrailAsync.createTrailAsync(CreateTrailRequest createTrailRequest,
AsyncHandler<CreateTrailRequest,CreateTrailResult> asyncHandler)
From the command line, use
create-subscription . |
Future<CreateTrailResult> |
AWSCloudTrailAsyncClient.createTrailAsync(CreateTrailRequest createTrailRequest,
AsyncHandler<CreateTrailRequest,CreateTrailResult> asyncHandler)
From the command line, use
create-subscription . |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateTrailResult> |
AWSCloudTrailAsync.createTrailAsync(CreateTrailRequest createTrailRequest,
AsyncHandler<CreateTrailRequest,CreateTrailResult> asyncHandler)
From the command line, use
create-subscription . |
Future<CreateTrailResult> |
AWSCloudTrailAsyncClient.createTrailAsync(CreateTrailRequest createTrailRequest,
AsyncHandler<CreateTrailRequest,CreateTrailResult> asyncHandler)
From the command line, use
create-subscription . |
| Modifier and Type | Method and Description |
|---|---|
CreateTrailResult |
CreateTrailResult.withCloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
Sets the value of the CloudWatchLogsLogGroupArn property for this
object.
|
CreateTrailResult |
CreateTrailResult.withCloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
Sets the value of the CloudWatchLogsRoleArn property for this object.
|
CreateTrailResult |
CreateTrailResult.withIncludeGlobalServiceEvents(Boolean includeGlobalServiceEvents)
Specifies whether the trail is publishing events from global services
such as IAM to the log files.
|
CreateTrailResult |
CreateTrailResult.withName(String name)
Specifies the name of the trail.
|
CreateTrailResult |
CreateTrailResult.withS3BucketName(String s3BucketName)
Specifies the name of the Amazon S3 bucket designated for publishing
log files.
|
CreateTrailResult |
CreateTrailResult.withS3KeyPrefix(String s3KeyPrefix)
Specifies the Amazon S3 key prefix that precedes the name of the
bucket you have designated for log file delivery.
|
CreateTrailResult |
CreateTrailResult.withSnsTopicName(String snsTopicName)
Specifies the name of the Amazon SNS topic defined for notification of
log file delivery.
|
Copyright © 2014. All rights reserved.