Class DeleteBucketTaggingConfigurationRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.s3.model.GenericBucketRequest
com.amazonaws.services.s3.model.DeleteBucketTaggingConfigurationRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
public class DeleteBucketTaggingConfigurationRequest
extends GenericBucketRequest
implements Serializable
Request object for the parameters to delete a bucket's tagging configuration.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
ConstructorsConstructorDescriptionDeleteBucketTaggingConfigurationRequest(String bucketName) Creates a new request object, ready to be executed to delete the tagging configuration for the specified bucket. -
Method Summary
Methods inherited from class GenericBucketRequest
getBucket, getBucketName, setBucketName, withBucketNameMethods inherited from class AmazonWebServiceRequest
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
DeleteBucketTaggingConfigurationRequest
Creates a new request object, ready to be executed to delete the tagging configuration for the specified bucket.- Parameters:
bucketName- The name of the bucket whose tagging configuration is being deleted.
-