Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
TargetObjectKeyFormat |
SetBucketLoggingConfigurationRequest.getTargetObjectKeyFormat()
Returns the
TargetObjectKeyFormat for this logging configuration request. |
TargetObjectKeyFormat |
BucketLoggingConfiguration.getTargetObjectKeyFormat()
Returns the
TargetObjectKeyFormat for this logging configuration. |
Modifier and Type | Method and Description |
---|---|
void |
SetBucketLoggingConfigurationRequest.setTargetObjectKeyFormat(TargetObjectKeyFormat targetObjectKeyFormat)
Sets the
TargetObjectKeyFormat for this logging configuration request. |
void |
BucketLoggingConfiguration.setTargetObjectKeyFormat(TargetObjectKeyFormat targetObjectKeyFormat)
Sets the
TargetObjectKeyFormat for this logging configuration. |
SetBucketLoggingConfigurationRequest |
SetBucketLoggingConfigurationRequest.withTargetObjectKeyFormat(TargetObjectKeyFormat targetObjectKeyFormat)
Sets the
TargetObjectKeyFormat for this logging configuration request and returns this object for method chaining. |
BucketLoggingConfiguration |
BucketLoggingConfiguration.withTargetObjectKeyFormat(TargetObjectKeyFormat targetObjectKeyFormat)
Sets the
TargetObjectKeyFormat for this logging configuration and returns this object for method chaining. |
Copyright © 2024. All rights reserved.