Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VerifiedAccessLogS3DestinationOptions |
VerifiedAccessLogS3DestinationOptions.clone() |
VerifiedAccessLogS3DestinationOptions |
VerifiedAccessLogOptions.getS3()
Sends Verified Access logs to Amazon S3.
|
VerifiedAccessLogS3DestinationOptions |
VerifiedAccessLogS3DestinationOptions.withBucketName(String bucketName)
The bucket name.
|
VerifiedAccessLogS3DestinationOptions |
VerifiedAccessLogS3DestinationOptions.withBucketOwner(String bucketOwner)
The ID of the Amazon Web Services account that owns the Amazon S3 bucket.
|
VerifiedAccessLogS3DestinationOptions |
VerifiedAccessLogS3DestinationOptions.withEnabled(Boolean enabled)
Indicates whether logging is enabled.
|
VerifiedAccessLogS3DestinationOptions |
VerifiedAccessLogS3DestinationOptions.withPrefix(String prefix)
The bucket prefix.
|
Modifier and Type | Method and Description |
---|---|
void |
VerifiedAccessLogOptions.setS3(VerifiedAccessLogS3DestinationOptions s3)
Sends Verified Access logs to Amazon S3.
|
VerifiedAccessLogOptions |
VerifiedAccessLogOptions.withS3(VerifiedAccessLogS3DestinationOptions s3)
Sends Verified Access logs to Amazon S3.
|
Copyright © 2023. All rights reserved.