com.amazonaws.services.s3.model
Class DeleteBucketCrossOriginConfigurationRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.s3.model.GenericBucketRequest
          extended by com.amazonaws.services.s3.model.DeleteBucketCrossOriginConfigurationRequest

public class DeleteBucketCrossOriginConfigurationRequest
extends GenericBucketRequest

Request object for the parameters to delete a bucket's cross origin configuration.

See Also:
AmazonS3.deleteBucketCrossOriginConfiguration(DeleteBucketCrossOriginConfigurationRequest)

Constructor Summary
DeleteBucketCrossOriginConfigurationRequest(java.lang.String bucketName)
          Creates a new request object, ready to be executed to delete the cross origin configuration for the specified bucket.
 
Method Summary
 
Methods inherited from class com.amazonaws.services.s3.model.GenericBucketRequest
getBucket, getBucketName, setBucketName, withBucketName
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteBucketCrossOriginConfigurationRequest

public DeleteBucketCrossOriginConfigurationRequest(java.lang.String bucketName)
Creates a new request object, ready to be executed to delete the cross origin configuration for the specified bucket.

Parameters:
bucketName - The name of the bucket whose cross origin configuration is being deleted.


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.