Uses of Class
com.amazonaws.services.s3.model.GenericBucketRequest
Packages that use GenericBucketRequest
Package
Description
Classes modeling the various types represented by Amazon S3.
-
Uses of GenericBucketRequest in com.amazonaws.services.s3.model
Subclasses of GenericBucketRequest in com.amazonaws.services.s3.modelModifier and TypeClassDescriptionclass
Request object for the parameters to delete a bucket's cross origin configuration.class
Request object for the parameters to delete a bucket's lifecycle configuration.class
Request object for the parameters to delete a bucket's replication configuration.class
Request object for the parameters to delete a bucket's tagging configuration.class
Request object for the parameters to delete a bucket's website configuration.class
Request object for the parameters to get a bucket's accelerate configuration.class
Request object for the parameters to get a bucket's cross origin configuration.class
Request object for the parameters to get a bucket's lifecycle configuration.class
Request object for the parameters to get a bucket's logging configuration.class
Request object for the parameters to get a bucket's notification configuration.class
Request object for the parameters to get a bucket's replication configuration.class
Request object for the parameters to get a bucket's tagging configuration.class
Request object for the parameters to get a bucket's versioning configuration.Methods in com.amazonaws.services.s3.model that return GenericBucketRequestModifier and TypeMethodDescriptionGenericBucketRequest.withBucketName
(String bucketName) Sets the name of the target bucket, and returns this updated request object so that additional method calls can be chained together.