Package com.amazonaws.services.s3.model
Class GetBucketCrossOriginConfigurationRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.s3.model.GenericBucketRequest
com.amazonaws.services.s3.model.GetBucketCrossOriginConfigurationRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class GetBucketCrossOriginConfigurationRequest
extends GenericBucketRequest
implements Serializable
Request object for the parameters to get a bucket's cross origin configuration.
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
ConstructorsConstructorDescriptionGetBucketCrossOriginConfigurationRequest
(String bucketName) Creates a request object, ready to be executed to fetch the cross origin configuration of 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
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
-
GetBucketCrossOriginConfigurationRequest
Creates a request object, ready to be executed to fetch the cross origin configuration of the specified bucket.- Parameters:
bucketName
- The name of the bucket whose cross origin configuration is being fetched.
-