Package | Description |
---|---|
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
DeleteBucketMetricsConfigurationResult |
AmazonS3Client.deleteBucketMetricsConfiguration(DeleteBucketMetricsConfigurationRequest deleteBucketMetricsConfigurationRequest) |
DeleteBucketMetricsConfigurationResult |
AbstractAmazonS3.deleteBucketMetricsConfiguration(DeleteBucketMetricsConfigurationRequest deleteBucketMetricsConfigurationRequest) |
DeleteBucketMetricsConfigurationResult |
AmazonS3.deleteBucketMetricsConfiguration(DeleteBucketMetricsConfigurationRequest deleteBucketMetricsConfigurationRequest)
Deletes a metrics configuration (specified by the metrics configuration ID) from the bucket.
|
Modifier and Type | Method and Description |
---|---|
DeleteBucketMetricsConfigurationRequest |
DeleteBucketMetricsConfigurationRequest.withBucketName(String bucketName)
Sets the name of the bucket from which the metrics configuration is deleted
and returns this object for method chaining.
|
DeleteBucketMetricsConfigurationRequest |
DeleteBucketMetricsConfigurationRequest.withExpectedBucketOwner(String expectedBucketOwner) |
DeleteBucketMetricsConfigurationRequest |
DeleteBucketMetricsConfigurationRequest.withId(String id)
Sets the ID used to identify the metrics configuration and returns
DeleteBucketMetricsConfigurationRequest
object for method chaining. |
Copyright © 2024. All rights reserved.