- generatePresignedUrl(String, String, Date) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Returns a pre-signed URL for accessing an Amazon S3 resource.
- generatePresignedUrl(String, String, Date, HttpMethod) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Returns a pre-signed URL for accessing an Amazon S3 resource.
- generatePresignedUrl(GeneratePresignedUrlRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Returns a pre-signed URL for accessing an Amazon S3 resource.
- generatePresignedUrl(String, String, Date) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- generatePresignedUrl(String, String, Date, HttpMethod) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- generatePresignedUrl(GeneratePresignedUrlRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- GeneratePresignedUrlRequest - Class in com.amazonaws.services.s3.model
-
Contains options to generate a pre-signed URL for an Amazon S3 resource.
- GeneratePresignedUrlRequest(String, String) - Constructor for class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Creates a new request for generating a pre-signed URL that can be used as
part of an HTTP GET request to access the Amazon S3 object stored under
the specified key in the specified bucket.
- GeneratePresignedUrlRequest(String, String, HttpMethod) - Constructor for class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Creates a new request for generating a pre-signed URL that can be used as
part of an HTTP request to access the specified Amazon S3 resource.
- generateSSECustomerKeyForPresignUrl(String) - Static method in class com.amazonaws.services.s3.model.SSECustomerKey
-
Constructs a new SSECustomerKey that can be used for generating the
presigned URL's.
- GenericBucketRequest - Class in com.amazonaws.services.s3.model
-
Generic request container for web service requests on buckets.
- GenericBucketRequest(String) - Constructor for class com.amazonaws.services.s3.model.GenericBucketRequest
-
Create a generic request for a bucket operation.
- GET_OBJECT_IF_MATCH - Static variable in interface com.amazonaws.services.s3.Headers
-
ETag matching constraint header for the get object request
- GET_OBJECT_IF_MODIFIED_SINCE - Static variable in interface com.amazonaws.services.s3.Headers
-
Modified since constraint header for the get object request
- GET_OBJECT_IF_NONE_MATCH - Static variable in interface com.amazonaws.services.s3.Headers
-
ETag non-matching constraint header for the get object request
- GET_OBJECT_IF_UNMODIFIED_SINCE - Static variable in interface com.amazonaws.services.s3.Headers
-
Unmodified since constraint header for the get object request
- getAccessControlList() - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Returns the optional access control list for the new object.
- getAccessControlList() - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Returns the optional access control list for the new object.
- getAccessControlList() - Method in class com.amazonaws.services.s3.model.CreateBucketRequest
-
Returns the optional access control list for the new bucket.
- getAccessControlList() - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Returns the optional access control list for the new upload.
- getAccessControlList() - Method in class com.amazonaws.services.s3.model.PutInstructionFileRequest
-
Returns the optional access control list for the new object.
- getAccessor() - Method in class com.amazonaws.services.s3.model.EncryptionMaterials
-
Returns null since the EncryptionMaterials base class does not have a materials accessor.
- getAcl() - Method in class com.amazonaws.services.s3.model.SetBucketAclRequest
-
Returns the custom ACL to be applied to the specified bucket when this
request is executed.
- getAcl() - Method in class com.amazonaws.services.s3.model.SetObjectAclRequest
-
Returns the custom ACL to be applied to the specified object when this
request is executed.
- getActionName() - Method in enum com.amazonaws.auth.policy.actions.S3Actions
-
- getAdditionalDetails() - Method in exception com.amazonaws.services.s3.model.AmazonS3Exception
-
Returns any additional information retrieved in the error response.
- getAlgorithm() - Method in class com.amazonaws.services.s3.model.SSECustomerKey
-
Returns the encryption algorithm to use with this customer-provided
server-side encryption key.
- getAllowedHeaders() - Method in class com.amazonaws.services.s3.model.CORSRule
-
Returns allowed headers of this rule.
- getAllowedMethods() - Method in class com.amazonaws.services.s3.model.CORSRule
-
Returns the allowed methods of this rule.
- getAllowedOrigins() - Method in class com.amazonaws.services.s3.model.CORSRule
-
Returns the allowed origins of this rule and returns a reference to this object for
method chaining.
- getAllTags() - Method in class com.amazonaws.services.s3.model.TagSet
-
Get all the tags for this TagSet
- getAllTagSets() - Method in class com.amazonaws.services.s3.model.BucketTaggingConfiguration
-
Gets the list of
TagSet
objects
contained in this object.
- getAmazonS3() - Method in class com.amazonaws.services.s3.UploadObjectObserver
-
- getAmazonS3Client() - Method in class com.amazonaws.services.s3.transfer.TransferManager
-
Returns the underlying Amazon S3 client used to make requests to
Amazon S3.
- getArn() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3BucketEntity
-
- getAwsKmsKeyId() - Method in class com.amazonaws.services.s3.model.SSEAwsKeyManagementParams
-
Returns the AWS Key Management System Key Id used for encryption.
- getAwsRegion() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3EventNotificationRecord
-
- getBatchSize() - Method in class com.amazonaws.services.s3.iterable.S3Objects
-
- getBatchSize() - Method in class com.amazonaws.services.s3.iterable.S3Versions
-
- getBucket() - Method in class com.amazonaws.services.s3.AmazonS3URI
-
- getBucket() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3Entity
-
- getBucket() - Method in class com.amazonaws.services.s3.model.GenericBucketRequest
-
Deprecated.
Use getBucketName() instead.
- getBucket() - Method in class com.amazonaws.services.s3.model.S3ObjectId
-
- getBucket() - Method in class com.amazonaws.services.s3.model.S3ObjectIdBuilder
-
- getBucket() - Method in class com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest
-
Deprecated.
Use getBucketName() instead.
- getBucketAcl(String) - Method in interface com.amazonaws.services.s3.AmazonS3
-
- getBucketAcl(GetBucketAclRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
-
- getBucketAcl(String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getBucketAcl(GetBucketAclRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- GetBucketAclRequest - Class in com.amazonaws.services.s3.model
-
Request object containing all the options for requesting a bucket's Access Control List (ACL).
- GetBucketAclRequest(String) - Constructor for class com.amazonaws.services.s3.model.GetBucketAclRequest
-
Constructs a new GetBucketAclRequest object, ready to retrieve the ACL
for the specified bucket when executed.
- getBucketARN() - Method in class com.amazonaws.services.s3.model.ReplicationDestinationConfig
-
Returns the Amazon S3 bucket ARN where the replicas are present.
- getBucketCrossOriginConfiguration(String) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Gets the cross origin configuration for the specified bucket, or null if no
configuration has been established.
- getBucketCrossOriginConfiguration(String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getBucketLifecycleConfiguration(String) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Gets the lifecycle configuration for the specified bucket, or null if no
configuration has been established.
- getBucketLifecycleConfiguration(String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getBucketLocation(String) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Gets the geographical region where Amazon S3 stores the specified
bucket.
- getBucketLocation(GetBucketLocationRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Gets the geographical region where Amazon S3 stores the specified
bucket.
- getBucketLocation(GetBucketLocationRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getBucketLocation(String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- GetBucketLocationRequest - Class in com.amazonaws.services.s3.model
-
Provides options for requesting an Amazon S3 bucket's location.
- GetBucketLocationRequest(String) - Constructor for class com.amazonaws.services.s3.model.GetBucketLocationRequest
-
Constructs a new request object to create a new bucket with the specified
name.
- getBucketLoggingConfiguration(String) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Gets the logging configuration for the specified bucket.
- getBucketLoggingConfiguration(String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getBucketName() - Method in class com.amazonaws.services.s3.iterable.S3Objects
-
- getBucketName() - Method in class com.amazonaws.services.s3.iterable.S3Versions
-
- getBucketName() - Method in class com.amazonaws.services.s3.model.AbortMultipartUploadRequest
-
Returns the name of the bucket containing the multipart upload to abort.
- getBucketName() - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Gets the name of the existing bucket where this request will
upload a new object to.
- getBucketName() - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadRequest
-
Returns the name of the bucket containing the multipart upload to
complete.
- getBucketName() - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadResult
-
Returns the name of the bucket containing the completed multipart object.
- getBucketName() - Method in class com.amazonaws.services.s3.model.CreateBucketRequest
-
Gets the name of the Amazon S3 bucket to create.
- getBucketName() - Method in class com.amazonaws.services.s3.model.DeleteBucketPolicyRequest
-
Returns the name of the Amazon S3 bucket whose policy is being deleted.
- getBucketName() - Method in class com.amazonaws.services.s3.model.DeleteBucketRequest
-
Gets the name of the Amazon S3 bucket to delete.
- getBucketName() - Method in class com.amazonaws.services.s3.model.DeleteObjectRequest
-
Gets the name of the Amazon S3 bucket containing the object to
delete.
- getBucketName() - Method in class com.amazonaws.services.s3.model.DeleteObjectsRequest
-
Gets the name of the Amazon S3 bucket containing the object(s) to delete.
- getBucketName() - Method in class com.amazonaws.services.s3.model.DeleteVersionRequest
-
Gets the name of the Amazon S3 bucket containing the version to
delete.
- getBucketName() - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Returns the name of the bucket involved in this request.
- getBucketName() - Method in class com.amazonaws.services.s3.model.GenericBucketRequest
-
Returns the name of the target bucket.
- getBucketName() - Method in class com.amazonaws.services.s3.model.GetBucketAclRequest
-
Returns the name of the bucket whose ACL will be retrieved by this
request, when executed.
- getBucketName() - Method in class com.amazonaws.services.s3.model.GetBucketLocationRequest
-
Returns the name of the bucket whose location is being requested.
- getBucketName() - Method in class com.amazonaws.services.s3.model.GetBucketPolicyRequest
-
Returns the name of the Amazon S3 bucket whose policy is being retrieved.
- getBucketName() - Method in class com.amazonaws.services.s3.model.GetBucketWebsiteConfigurationRequest
-
Returns the name of the bucket whose website configuration is being
retrieved.
- getBucketName() - Method in class com.amazonaws.services.s3.model.GetObjectMetadataRequest
-
Gets the name of the bucket containing the object whose metadata is
being retrieved.
- getBucketName() - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Gets the name of the bucket containing the object to be downloaded.
- getBucketName() - Method in class com.amazonaws.services.s3.model.GetRequestPaymentConfigurationRequest
-
- getBucketName() - Method in class com.amazonaws.services.s3.model.HeadBucketRequest
-
- getBucketName() - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Returns the name of the bucket in which to create the new multipart
upload, and hence, the eventual object created from the multipart upload.
- getBucketName() - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadResult
-
Returns the name of the bucket in which the new multipart upload was
initiated.
- getBucketName() - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Returns the name of the bucket containing the uploads to list.
- getBucketName() - Method in class com.amazonaws.services.s3.model.ListObjectsRequest
-
Gets the name of the Amazon S3 bucket whose
objects are to be listed.
- getBucketName() - Method in class com.amazonaws.services.s3.model.ListPartsRequest
-
Returns the name of the bucket containing the multipart upload whose
parts are being listed.
- getBucketName() - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Gets the name of the Amazon S3 bucket whose versions are to be listed.
- getBucketName() - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
Returns the name of the bucket containing the listed multipart uploads,
as specified in the original request.
- getBucketName() - Method in class com.amazonaws.services.s3.model.ObjectListing
-
Gets the name of the Amazon S3 bucket containing the objects listed in
this
ObjectListing
.
- getBucketName() - Method in class com.amazonaws.services.s3.model.PartListing
-
Returns the name of the bucket containing the listed parts, as specified
in the original request.
- getBucketName() - Method in class com.amazonaws.services.s3.model.RestoreObjectRequest
-
Returns the name of the bucket containing the reference to the object to
restore which is now stored in Amazon Glacier.
- getBucketName() - Method in class com.amazonaws.services.s3.model.S3Object
-
Gets the name of the bucket in which this object is contained.
- getBucketName() - Method in class com.amazonaws.services.s3.model.S3ObjectSummary
-
Gets the name of the Amazon S3 bucket in which this object is stored.
- getBucketName() - Method in class com.amazonaws.services.s3.model.S3VersionSummary
-
Gets the name of the Amazon S3 bucket in which this version is stored.
- getBucketName() - Method in class com.amazonaws.services.s3.model.SetBucketAclRequest
-
Returns the name of the bucket whose ACL will be modified by this request
when executed.
- getBucketName() - Method in class com.amazonaws.services.s3.model.SetBucketCrossOriginConfigurationRequest
-
Gets the name of the bucket whose cross origin configuration is being
set.
- getBucketName() - Method in class com.amazonaws.services.s3.model.SetBucketLifecycleConfigurationRequest
-
Gets the name of the bucket whose lifecycle configuration is being
set.
- getBucketName() - Method in class com.amazonaws.services.s3.model.SetBucketLoggingConfigurationRequest
-
Gets the name of the bucket whose logging configuration is being set.
- getBucketName() - Method in class com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest
-
Gets the name of the bucket whose notification configuration is being
set.
- getBucketName() - Method in class com.amazonaws.services.s3.model.SetBucketPolicyRequest
-
Returns the name of the Amazon S3 bucket whose policy is being set.
- getBucketName() - Method in class com.amazonaws.services.s3.model.SetBucketReplicationConfigurationRequest
-
Returns the name of Amazon S3 bucket.
- getBucketName() - Method in class com.amazonaws.services.s3.model.SetBucketTaggingConfigurationRequest
-
Gets the name of the bucket whose tagging configuration is being
set.
- getBucketName() - Method in class com.amazonaws.services.s3.model.SetBucketVersioningConfigurationRequest
-
Gets the name of the bucket whose versioning configuration is being
set.
- getBucketName() - Method in class com.amazonaws.services.s3.model.SetBucketWebsiteConfigurationRequest
-
Returns the name of the bucket whose website configuration is being set.
- getBucketName() - Method in class com.amazonaws.services.s3.model.SetObjectAclRequest
-
Returns the name of the bucket containing the object whose ACL is being
set.
- getBucketName() - Method in class com.amazonaws.services.s3.model.SetRequestPaymentConfigurationRequest
-
- getBucketName() - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Returns the name of the bucket containing the existing, initiated
multipart upload, with which this new part will be associated.
- getBucketName() - Method in class com.amazonaws.services.s3.model.VersionListing
-
Gets the name of the Amazon S3 bucket containing the versions listed
in this
VersionListing
.
- getBucketName() - Method in interface com.amazonaws.services.s3.transfer.Download
-
The name of the bucket where the object is being downloaded from.
- getBucketName() - Method in class com.amazonaws.services.s3.transfer.model.UploadResult
-
Returns the name of the bucket containing the uploaded object.
- getBucketName() - Method in interface com.amazonaws.services.s3.transfer.MultipleFileDownload
-
Returns the name of the bucket from which files are downloaded.
- getBucketName() - Method in interface com.amazonaws.services.s3.transfer.MultipleFileUpload
-
Returns the name of the bucket to which files are uploaded.
- getBucketNotificationConfiguration(String) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Gets the notification configuration for the specified bucket.
- getBucketNotificationConfiguration(String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getBucketNotificationConfiguration() - Method in class com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest
-
Deprecated.
Use getNotificationConfiguration() instead.
- getBucketPolicy(String) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Gets the policy for the specified bucket.
- getBucketPolicy(GetBucketPolicyRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Gets the policy for the specified bucket.
- getBucketPolicy(String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getBucketPolicy(GetBucketPolicyRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- GetBucketPolicyRequest - Class in com.amazonaws.services.s3.model
-
Gets the policy for the specified bucket.
- GetBucketPolicyRequest(String) - Constructor for class com.amazonaws.services.s3.model.GetBucketPolicyRequest
-
Creates a new request object, ready to be executed to retrieve the bucket
policy of an Amazon S3 bucket.
- getBucketReplicationConfiguration(String) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Retrieves the replication configuration for the given Amazon S3 bucket.
- getBucketReplicationConfiguration(String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getBucketTaggingConfiguration(String) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Gets the tagging configuration for the specified bucket, or null if no
configuration has been established.
- getBucketTaggingConfiguration(String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getBucketVersioningConfiguration(String) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Returns the versioning configuration for the specified bucket.
- getBucketVersioningConfiguration(String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getBucketWebsiteConfiguration(String) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Returns the website configuration for the specified bucket.
- getBucketWebsiteConfiguration(GetBucketWebsiteConfigurationRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Returns the website configuration for the specified bucket.
- getBucketWebsiteConfiguration(String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getBucketWebsiteConfiguration(GetBucketWebsiteConfigurationRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- GetBucketWebsiteConfigurationRequest - Class in com.amazonaws.services.s3.model
-
Request object for the parameters to retrieve a bucket's website
configuration.
- GetBucketWebsiteConfigurationRequest(String) - Constructor for class com.amazonaws.services.s3.model.GetBucketWebsiteConfigurationRequest
-
Creates a new request object, ready to be executed to retrieve the bucket
website configuration for the specified bucket.
- getBytesTransfered() - Method in class com.amazonaws.services.s3.model.ProgressEvent
-
Deprecated.
Replaced by ProgressEvent.getBytesTransferred()
- getBytesTransfered() - Method in class com.amazonaws.services.s3.transfer.TransferProgress
-
- getBytesTransferred() - Method in class com.amazonaws.services.s3.transfer.TransferProgress
-
Returns the number of bytes completed in the associated transfer.
- getCacheControl() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Gets the optional Cache-Control HTTP header which allows the user to
specify caching behavior along the HTTP request/reply chain.
- getCacheControl() - Method in class com.amazonaws.services.s3.model.ResponseHeaderOverrides
-
Returns the cache control response header override if it has been
specified, or null otherwise.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Gets additional metadata for a previously executed successful request.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getCannedAccessControlList() - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Gets the canned ACL to use for the new, copied object.
- getCannedAcl() - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Gets the optional pre-configured access control policy to use for the
new object.
- getCannedAcl() - Method in class com.amazonaws.services.s3.model.CreateBucketRequest
-
Returns the optional Canned ACL to set for the new bucket.
- getCannedACL() - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Returns the optional canned Access Control List (ACL) to set permissions
for the new object created when the multipart upload is completed.
- getCannedAcl() - Method in class com.amazonaws.services.s3.model.PutInstructionFileRequest
-
Gets the optional pre-configured access control policy to use for the new
object.
- getCannedAcl() - Method in class com.amazonaws.services.s3.model.SetBucketAclRequest
-
Returns the canned ACL to be applied to the specified bucket when this
request is executed.
- getCannedAcl() - Method in class com.amazonaws.services.s3.model.SetObjectAclRequest
-
Returns the canned ACL to be applied to the specified object when this
request is executed.
- getCloudFunctionARN() - Method in class com.amazonaws.services.s3.model.CloudFunctionConfiguration
-
Returns the ARN of the cloud function to be invoked.
- getCode() - Method in class com.amazonaws.services.s3.model.MultiObjectDeleteException.DeleteError
-
Returns the status code for the failed delete.
- getCommonPrefixes() - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
Returns the common prefixes included in this multipart upload listing.
- getCommonPrefixes() - Method in class com.amazonaws.services.s3.model.ObjectListing
-
Gets the common prefixes included in this object listing.
- getCommonPrefixes() - Method in class com.amazonaws.services.s3.model.VersionListing
-
Gets the common prefixes included in this version listing.
- getCondition() - Method in class com.amazonaws.services.s3.model.RoutingRule
-
Return the condition that must be met for the specified redirect to
apply.
- getConfiguration() - Method in class com.amazonaws.services.s3.model.SetBucketWebsiteConfigurationRequest
-
Returns the website configuration to send as part of this request.
- getConfiguration() - Method in class com.amazonaws.services.s3.model.SetRequestPaymentConfigurationRequest
-
- getConfiguration() - Method in class com.amazonaws.services.s3.transfer.TransferManager
-
Returns the configuration which specifies how
this TransferManager
processes requests.
- getConfigurationByName(String) - Method in class com.amazonaws.services.s3.model.BucketNotificationConfiguration
-
Returns the notification configuration for the given name.
- getConfigurationId() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3Entity
-
- getConfigurations() - Method in class com.amazonaws.services.s3.model.BucketNotificationConfiguration
-
Returns all the notification configurations associated with the Amazon S3
bucket.
- getConflictResolution() - Method in class com.amazonaws.services.s3.model.ExtraMaterialsDescription
-
Returns the conflict resolution strategy; neve null.
- getContentDisposition() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Gets the optional Content-Disposition HTTP header, which specifies
presentation information for the object such as the recommended filename
for the object to be saved as.
- getContentDisposition() - Method in class com.amazonaws.services.s3.model.ResponseHeaderOverrides
-
Returns the content disposition response header override if it has been
specified, or null otherwise.
- getContentEncoding() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Gets the optional Content-Encoding HTTP header specifying what
content encodings have been applied to the object and what decoding
mechanisms must be applied in order to obtain the media-type referenced
by the Content-Type field.
- getContentEncoding() - Method in class com.amazonaws.services.s3.model.ResponseHeaderOverrides
-
Returns the content encoding response header override if it has been
specified, or null otherwise.
- getContentLanguage() - Method in class com.amazonaws.services.s3.model.ResponseHeaderOverrides
-
Returns the content language response header override if it has been
specified, or null otherwise.
- getContentLength() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Gets the Content-Length HTTP header indicating the size of the
associated object in bytes.
- getContentMd5() - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Gets the expected content-md5 header of the request.
- getContentMD5() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Gets the base64 encoded 128-bit MD5 digest of the associated object
(content - not including headers) according to RFC 1864.
- getContentMd5() - Method in class com.amazonaws.services.s3.model.PutObjectResult
-
Returns the Base64-encoded MD5 hash of the object content that was
calculated on the client-side.
- getContentType() - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Gets the expected content-type of the request.
- getContentType() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Gets the Content-Type HTTP header, which indicates the type of content
stored in the associated object.
- getContentType() - Method in class com.amazonaws.services.s3.model.ResponseHeaderOverrides
-
Returns the content type response header override if it has been
specified, or null otherwise.
- getCreationDate() - Method in class com.amazonaws.services.s3.model.Bucket
-
Gets the bucket's creation date.
- getCrossOriginConfiguration() - Method in class com.amazonaws.services.s3.model.SetBucketCrossOriginConfigurationRequest
-
Gets the new cross origin configuration for the specified bucket.
- getCryptoMode() - Method in class com.amazonaws.services.s3.model.CryptoConfiguration
-
Returns the optionally specified crypto mode applicable only to the S3
encryption client; or null.
- getCryptoProvider() - Method in class com.amazonaws.services.s3.model.CryptoConfiguration
-
Returns the crypto provider whose encryption implementation will be used
to encrypt and decrypt data.
- getCustomerMasterKeyId() - Method in class com.amazonaws.services.s3.model.EncryptionMaterials
-
- getCustomerMasterKeyId() - Method in class com.amazonaws.services.s3.model.KMSEncryptionMaterials
-
Returns the default KMS's Customer Master Key ID; or null if there
isn't one.
- getDate() - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Transition
-
Returns the expiration date of this object.
- getDays() - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.NoncurrentVersionTransition
-
Returns the time in days from when a new version of the object
is uploaded to the bucket and when older versions are archived.
- getDays() - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Transition
-
Returns the time in days from an object's creation to its expiration.
- getDeletedObjects() - Method in class com.amazonaws.services.s3.model.DeleteObjectsResult
-
Returns the list of successfully deleted objects from this request.
- getDeletedObjects() - Method in exception com.amazonaws.services.s3.model.MultiObjectDeleteException
-
Returns the list of successfully deleted objects from this request.
- getDeleteMarkerVersionId() - Method in class com.amazonaws.services.s3.model.DeleteObjectsResult.DeletedObject
-
Returns the versionId for the delete marker that was created when
doing a non-versioned delete in a versioned bucket.
- getDelimiter() - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Returns the optional delimiter parameter that causes multipart uploads for
keys that contain the same string between the prefix and the first
occurrence of the delimiter to be combined into a single result element
in the
MultipartUploadListing.getCommonPrefixes()
list.
- getDelimiter() - Method in class com.amazonaws.services.s3.model.ListObjectsRequest
-
Gets the optional delimiter parameter that causes keys that contain
the same string between the prefix and the first occurrence of the
delimiter to be combined into a single result element in the
ObjectListing.getCommonPrefixes()
list.
- getDelimiter() - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Gets the optional delimiter parameter that causes keys that contain
the same string between the prefix and the first occurrence of the
delimiter to be combined into a single result element in the
VersionListing.getCommonPrefixes()
list.
- getDelimiter() - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
Gets the delimiter parameter originally used to request this multipart
upload listing, or null
if no delimiter specified.
- getDelimiter() - Method in class com.amazonaws.services.s3.model.ObjectListing
-
Gets the delimiter parameter originally used to request this object
listing, or null
if no delimiter specified.
- getDelimiter() - Method in class com.amazonaws.services.s3.model.VersionListing
-
Gets the value of the delimiter
parameter used to request this version
listing.
- getDescription(String) - Method in class com.amazonaws.services.s3.model.EncryptionMaterials
-
- getDescription() - Method in interface com.amazonaws.services.s3.transfer.Transfer
-
Returns a human-readable description of this transfer.
- getDestinationBucketName() - Method in class com.amazonaws.services.s3.model.BucketLoggingConfiguration
-
Returns the destination bucket name for this logging configuration.
- getDestinationBucketName() - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Gets the destination bucket name which will contain the new,
copied object.
- getDestinationBucketName() - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Gets the destination bucket name which will contain the new,
copied object.
- getDestinationBucketName() - Method in class com.amazonaws.services.s3.transfer.model.CopyResult
-
Gets the destination bucket name which will contain the new, copied
object.
- getDestinationConfig() - Method in class com.amazonaws.services.s3.model.ReplicationRule
-
Returns the destination configuration for the replication rule.
- getDestinationKey() - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Gets the destination bucket key under which the new, copied
object will be stored.
- getDestinationKey() - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Gets the destination bucket key under which the new, copied
object will be stored.
- getDestinationKey() - Method in class com.amazonaws.services.s3.transfer.model.CopyResult
-
Gets the destination bucket key under which the new, copied object will
be stored.
- getDestinationSSECustomerKey() - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Returns the optional customer-provided server-side encryption key to use
to encrypt the destination object being copied.
- getDestinationSSECustomerKey() - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Returns the optional customer-provided server-side encryption key to use
to encrypt the source object part being copied.
- getDeviceSerialNumber() - Method in class com.amazonaws.services.s3.model.MultiFactorAuthentication
-
Gets the Multi-Factor Authentication device serial number.
- getDiskLimit() - Method in class com.amazonaws.services.s3.model.UploadObjectRequest
-
Returns the maximum size (in bytes) of additional disk space that will be
consumed for this request; or
Long.MAX_VALUE
if there is no
limit.
- getDisplayName() - Method in class com.amazonaws.services.s3.model.CanonicalGrantee
-
Returns the display name for this grantee.
- getDisplayName() - Method in class com.amazonaws.services.s3.model.Owner
-
Gets the display name of the owner.
- getEncodingType() - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Gets the optional encodingType
parameter indicating the
encoding method to be applied on the response.
- getEncodingType() - Method in class com.amazonaws.services.s3.model.ListObjectsRequest
-
Gets the optional encodingType
parameter indicating the
encoding method to be applied on the response.
- getEncodingType() - Method in class com.amazonaws.services.s3.model.ListPartsRequest
-
Gets the optional encodingType
parameter indicating the
encoding method to be applied on the response.
- getEncodingType() - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Gets the optional encodingType
parameter indicating the
encoding method to be applied on the response.
- getEncodingType() - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
Gets the encoding type used by Amazon S3 to encode object key names in
the XML response.
- getEncodingType() - Method in class com.amazonaws.services.s3.model.ObjectListing
-
Gets the encoding type used by Amazon S3 to encode object key names in
the XML response.
- getEncodingType() - Method in class com.amazonaws.services.s3.model.PartListing
-
Gets the encoding type used by Amazon S3 to encode object key names in
the XML response.
- getEncodingType() - Method in class com.amazonaws.services.s3.model.VersionListing
-
Gets the encoding type used by Amazon S3 to encode object key names in
the XML response.
- getEncryption() - Method in class com.amazonaws.services.s3.model.SSEAwsKeyManagementParams
-
Returns the scheme used for encrypting the Amazon S3 object.
- getEncryptionMaterials(Map<String, String>) - Method in interface com.amazonaws.services.s3.model.EncryptionMaterialsAccessor
-
Retrieves encryption materials matching the specified description from some source.
- getEncryptionMaterials() - Method in interface com.amazonaws.services.s3.model.EncryptionMaterialsFactory
-
Returns EncryptionMaterials which the caller can use for encryption.
- getEncryptionMaterials() - Method in class com.amazonaws.services.s3.model.PutInstructionFileRequest
-
Returns the encryption materials if specified; or null if not.
- getEncryptionMaterials(Map<String, String>) - Method in class com.amazonaws.services.s3.model.SimpleMaterialProvider
-
- getEncryptionMaterials() - Method in class com.amazonaws.services.s3.model.SimpleMaterialProvider
-
- getEncryptionMaterials() - Method in class com.amazonaws.services.s3.model.StaticEncryptionMaterialsProvider
-
- getEncryptionMaterials(Map<String, String>) - Method in class com.amazonaws.services.s3.model.StaticEncryptionMaterialsProvider
-
- getErrorDocument() - Method in class com.amazonaws.services.s3.model.BucketWebsiteConfiguration
-
Returns the complete path to the document to serve for 4xx errors, or
null if no error document has been configured.
- getErrorDocument() - Method in class com.amazonaws.services.s3.model.WebsiteConfiguration
-
- getErrorResponseXml() - Method in exception com.amazonaws.services.s3.model.AmazonS3Exception
-
Returns the error XML received in the HTTP Response or null if the
exception is constructed from the headers.
- getErrors() - Method in exception com.amazonaws.services.s3.model.MultiObjectDeleteException
-
Returns the list of errors from the attempted delete operation.
- geteTag() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3ObjectEntity
-
- getETag() - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadResult
-
Returns the entity tag identifying the new object.
- getETag() - Method in class com.amazonaws.services.s3.model.CopyObjectResult
-
Gets the ETag value for the new object that was created in the
associated
CopyObjectRequest
.
- getETag() - Method in class com.amazonaws.services.s3.model.CopyPartResult
-
Gets the ETag value for the new part that was created in the
associated
CopyPartRequest
.
- getETag() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Gets the hex encoded 128-bit MD5 digest of the associated object
according to RFC 1864.
- getETag() - Method in class com.amazonaws.services.s3.model.PartETag
-
Returns the entity tag generated from the content of the associated part.
- getETag() - Method in class com.amazonaws.services.s3.model.PartSummary
-
Returns the entity tag generated from the part content.
- getETag() - Method in class com.amazonaws.services.s3.model.PutObjectResult
-
Gets the server-side ETag value for the newly created object.
- getETag() - Method in class com.amazonaws.services.s3.model.S3ObjectSummary
-
Gets the hex encoded 128-bit MD5 hash of this object's contents as
computed by Amazon S3.
- getETag() - Method in class com.amazonaws.services.s3.model.S3VersionSummary
-
Gets the hex encoded 128-bit MD5 hash of this version's contents as
computed by Amazon S3.
- getETag() - Method in class com.amazonaws.services.s3.model.UploadPartResult
-
Returns the entity tag of the newly uploaded part.
- getETag() - Method in class com.amazonaws.services.s3.transfer.model.CopyResult
-
Returns the entity tag identifying the new object.
- getETag() - Method in class com.amazonaws.services.s3.transfer.model.UploadResult
-
Returns the entity tag identifying the new object.
- getEvent() - Method in class com.amazonaws.services.s3.model.BucketNotificationConfiguration.TopicConfiguration
-
- getEventName() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3EventNotificationRecord
-
- getEvents() - Method in class com.amazonaws.services.s3.model.NotificationConfiguration
-
Returns the set of events associated with this notification
configuration.
- getEventSource() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3EventNotificationRecord
-
- getEventTime() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3EventNotificationRecord
-
- getEventVersion() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3EventNotificationRecord
-
- getExecutorService() - Method in class com.amazonaws.services.s3.model.UploadObjectRequest
-
Returns a custom executor service for concurrent uploads; or null there
is no customization.
- getExecutorService() - Method in class com.amazonaws.services.s3.UploadObjectObserver
-
- getExpiration() - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
The expiration date at which point the new pre-signed URL will no longer
be accepted by Amazon S3.
- getExpirationDate() - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Returns the expiration date of the object.
- getExpirationInDays() - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Returns the time in days from an object's creation to its expiration.
- getExpirationInDays() - Method in class com.amazonaws.services.s3.model.RestoreObjectRequest
-
Returns the time in days from an object's creation to its expiration.
- getExpirationTime() - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadResult
-
Returns the expiration time for this object, or null if it doesn't expire.
- getExpirationTime() - Method in class com.amazonaws.services.s3.model.CopyObjectResult
-
Returns the expiration time for this object, or null if it doesn't expire.
- getExpirationTime() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Returns the time this object will expire and be completely removed from
S3.
- getExpirationTime() - Method in class com.amazonaws.services.s3.model.PutObjectResult
-
Returns the expiration time for this object, or null if it doesn't expire.
- getExpirationTimeRuleId() - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadResult
-
- getExpirationTimeRuleId() - Method in class com.amazonaws.services.s3.model.CopyObjectResult
-
- getExpirationTimeRuleId() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
- getExpirationTimeRuleId() - Method in class com.amazonaws.services.s3.model.PutObjectResult
-
- getExpires() - Method in class com.amazonaws.services.s3.model.ResponseHeaderOverrides
-
Returns the expires response header override if it has been specified, or
null otherwise.
- getExposedHeaders() - Method in class com.amazonaws.services.s3.model.CORSRule
-
Returns expose headers of this rule and returns a reference to this object for
method chaining.
- getExtendedRequestId() - Method in exception com.amazonaws.services.s3.model.AmazonS3Exception
-
Gets Amazon S3's extended request ID.
- getExtraMaterialDescription() - Method in class com.amazonaws.services.s3.model.EncryptedGetObjectRequest
-
Returns the supplemental material description to be used for retrieving
the encryption materials.
- getFile() - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Gets the path and name of the file
containing the data to be uploaded to Amazon S3.
- getFile() - Method in interface com.amazonaws.services.s3.model.S3DataSource
-
- getFile() - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Returns the file containing the data to upload.
- getFileOffset() - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Returns the optional offset in the specified file, at which to begin
uploading data for this part.
- getFirstByte() - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Returns the optional start range to copy from the source object.
- getFirstRegionId() - Method in enum com.amazonaws.services.s3.model.Region
-
- getFutures() - Method in class com.amazonaws.services.s3.UploadObjectObserver
-
- getGrantee() - Method in class com.amazonaws.services.s3.model.Grant
-
Gets the grantee being granted a permission by this grant.
- getGrants() - Method in class com.amazonaws.services.s3.model.AccessControlList
-
- getGrantsAsList() - Method in class com.amazonaws.services.s3.model.AccessControlList
-
Gets the list of
Grant
objects in this access control list (ACL).
- getHeaderName() - Method in enum com.amazonaws.services.s3.model.Permission
-
Returns the name of the header used to grant this permission.
- getHostId() - Method in class com.amazonaws.services.s3.S3ResponseMetadata
-
Returns the Amazon S3 host ID, providing additional debugging information
about how a request was handled.
- getHostName() - Method in class com.amazonaws.services.s3.model.RedirectRule
-
Return the host name to use in the redirect request.
- getHttpErrorCodeReturnedEquals() - Method in class com.amazonaws.services.s3.model.RoutingRuleCondition
-
Return the HTTP error code when the redirect is applied.
- getHttpExpiresDate() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Returns the date when the object is no longer cacheable.
- getHttpRedirectCode() - Method in class com.amazonaws.services.s3.model.RedirectRule
-
Return the HTTP code to use in the redirect response.
- getHttpRequest() - Method in class com.amazonaws.services.s3.model.S3ObjectInputStream
-
Returns the http request from which this input stream is derived.
- getId() - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Returns the ID of this rule.
- getId() - Method in class com.amazonaws.services.s3.model.CORSRule
-
Returns the Id of this rule.
- getId() - Method in class com.amazonaws.services.s3.model.Owner
-
Gets the ID of the owner.
- getIdentifier() - Method in class com.amazonaws.services.s3.model.CanonicalGrantee
-
Returns the unique identifier for this grantee.
- getIdentifier() - Method in class com.amazonaws.services.s3.model.EmailAddressGrantee
-
Gets the grantee's e-mail address.
- getIdentifier() - Method in interface com.amazonaws.services.s3.model.Grantee
-
Gets the identifier for this grantee.
- getIdentifier() - Method in enum com.amazonaws.services.s3.model.GroupGrantee
-
Gets the group grantee's URI.
- getIndexDocumentSuffix() - Method in class com.amazonaws.services.s3.model.BucketWebsiteConfiguration
-
Returns the document to serve when a directory is specified (ex:
index.html).
- getIndexDocumentSuffix() - Method in class com.amazonaws.services.s3.model.WebsiteConfiguration
-
- getInfoToResume() - Method in class com.amazonaws.services.s3.transfer.PauseResult
-
Returns the information that can be used to resume a successfully paused
operation.
- getInitiated() - Method in class com.amazonaws.services.s3.model.MultipartUpload
-
Returns the date at which this upload was initiated.
- getInitiator() - Method in class com.amazonaws.services.s3.model.MultipartUpload
-
Returns the user who initiated this multipart upload.
- getInitiator() - Method in class com.amazonaws.services.s3.model.PartListing
-
Returns details on the user who initiated the associated multipart
upload.
- getInputStream() - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Gets the input stream containing the data to be uploaded to Amazon S3.
- getInputStream() - Method in interface com.amazonaws.services.s3.model.S3DataSource
-
- getInputStream() - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Returns the stream containing the data to upload for the new part.
- getInstanceLength() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Returns the physical length of the entire object stored in S3.
- getInstructionFileSuffix() - Method in class com.amazonaws.services.s3.model.EncryptedGetObjectRequest
-
- getInvocationRoleARN() - Method in class com.amazonaws.services.s3.model.CloudFunctionConfiguration
-
Returns the invocation role associated with this configuration.
- getKey() - Method in class com.amazonaws.services.s3.AmazonS3URI
-
- getKey() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3ObjectEntity
-
- getKey() - Method in class com.amazonaws.services.s3.iterable.S3Versions
-
- getKey() - Method in class com.amazonaws.services.s3.model.AbortMultipartUploadRequest
-
Returns the key of the multipart upload to abort.
- getKey() - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Gets the key under which to store the new object.
- getKey() - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadRequest
-
Returns the key under which the multipart upload to complete is stored.
- getKey() - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadResult
-
Gets the key by which the newly created object is stored.
- getKey() - Method in class com.amazonaws.services.s3.model.DeleteObjectRequest
-
Gets the key of the object to delete.
- getKey() - Method in class com.amazonaws.services.s3.model.DeleteObjectsRequest.KeyVersion
-
- getKey() - Method in class com.amazonaws.services.s3.model.DeleteObjectsResult.DeletedObject
-
Returns the key that was successfully deleted.
- getKey() - Method in class com.amazonaws.services.s3.model.DeleteVersionRequest
-
Gets the key of the version to delete.
- getKey() - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Returns the key of the object involved in this request.
- getKey() - Method in class com.amazonaws.services.s3.model.GetObjectMetadataRequest
-
Gets the key of the object whose metadata is being retrieved.
- getKey() - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Gets the key under which the object to be downloaded is stored.
- getKey() - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Returns the key by which to store the new multipart upload, and hence,
the eventual object created from the multipart upload.
- getKey() - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadResult
-
Returns the object key for which the multipart upload was initiated.
- getKey() - Method in class com.amazonaws.services.s3.model.ListPartsRequest
-
Returns the key of the associated multipart upload whose parts are being
listed.
- getKey() - Method in class com.amazonaws.services.s3.model.MultiObjectDeleteException.DeleteError
-
Returns the key of the object that couldn't be deleted.
- getKey() - Method in class com.amazonaws.services.s3.model.MultipartUpload
-
Returns the key by which this upload is stored.
- getKey() - Method in class com.amazonaws.services.s3.model.PartListing
-
Returns the key value specified in the original request used to identify
which multipart upload contains the parts to list.
- getKey() - Method in class com.amazonaws.services.s3.model.RestoreObjectRequest
-
Gets the key, the name of the reference to the object to restore, which is
now stored in Amazon Glacier.
- getKey() - Method in class com.amazonaws.services.s3.model.S3Object
-
Gets the key under which this object is stored.
- getKey() - Method in class com.amazonaws.services.s3.model.S3ObjectId
-
- getKey() - Method in class com.amazonaws.services.s3.model.S3ObjectIdBuilder
-
- getKey() - Method in class com.amazonaws.services.s3.model.S3ObjectSummary
-
Gets the key under which this object is stored in Amazon S3.
- getKey() - Method in class com.amazonaws.services.s3.model.S3VersionSummary
-
Gets the key under which this version is stored in Amazon S3.
- getKey() - Method in class com.amazonaws.services.s3.model.SetObjectAclRequest
-
Returns the name of the object whose ACL is being set.
- getKey() - Method in class com.amazonaws.services.s3.model.SSECustomerKey
-
Returns the base64-encoded server-side encryption key that was provided
in this object's constructor.
- getKey() - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Returns the key of the initiated multipart upload.
- getKey() - Method in interface com.amazonaws.services.s3.transfer.Download
-
The key under which this object was stored in Amazon S3.
- getKey() - Method in class com.amazonaws.services.s3.transfer.model.UploadResult
-
Returns the key by which the newly created object is stored.
- getKeyMarker() - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Returns the optional key marker indicating where in the results to begin
listing.
- getKeyMarker() - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Gets the optional keyMarker
parameter indicating where in the sorted
list of all versions in the specified bucket to begin returning results.
- getKeyMarker() - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
Returns the optional key marker specified in the original request to
specify where in the results to begin listing multipart uploads.
- getKeyMarker() - Method in class com.amazonaws.services.s3.model.VersionListing
-
The key marker parameter originally used to request this version listing,
or null
if no key marker was specified.
- getKeyPair() - Method in class com.amazonaws.services.s3.model.EncryptionMaterials
-
Returns the key pair stored in this EncryptionMaterials object.
- getKeyPair() - Method in class com.amazonaws.services.s3.model.KMSEncryptionMaterials
-
Always throws UnsupportedOperationException
.
- getKeyPrefix() - Method in interface com.amazonaws.services.s3.transfer.MultipleFileDownload
-
Returns the key prefix of the virtual directory being downloaded.
- getKeyPrefix() - Method in interface com.amazonaws.services.s3.transfer.MultipleFileUpload
-
Returns the key prefix of the virtual directory being uploaded.
- getKeyPrefixEquals() - Method in class com.amazonaws.services.s3.model.RoutingRuleCondition
-
Return the object key name prefix when the redirect is applied.
- getKeys() - Method in class com.amazonaws.services.s3.model.DeleteObjectsRequest
-
Returns the list of keys to delete from this bucket.
- getKmsRegion() - Method in class com.amazonaws.services.s3.model.CryptoConfiguration
-
Returns the the KMS region explicitly specified for the AWS KMS client
when such client is internally instantiated; or null if no explicit KMS
region is specified.
- getLastByte() - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Returns the optional zero-based byte offset to stop copying the source.
- getLastModified() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Gets the value of the Last-Modified header, indicating the date
and time at which Amazon S3 last recorded a modification to the
associated object.
- getLastModified() - Method in class com.amazonaws.services.s3.model.PartSummary
-
Returns the date this part was last modified.
- getLastModified() - Method in class com.amazonaws.services.s3.model.S3ObjectSummary
-
Gets the date when, according to Amazon S3, this object
was last modified.
- getLastModified() - Method in class com.amazonaws.services.s3.model.S3VersionSummary
-
Gets the date according to Amazon S3 at which this version was last
modified.
- getLastModifiedDate() - Method in class com.amazonaws.services.s3.model.CopyObjectResult
-
Gets the date the newly copied object was last modified.
- getLastModifiedDate() - Method in class com.amazonaws.services.s3.model.CopyPartResult
-
Gets the date the newly copied part was last modified.
- getLifecycleConfiguration() - Method in class com.amazonaws.services.s3.model.SetBucketLifecycleConfigurationRequest
-
Gets the new lifecycle configuration for the specified bucket.
- getLocation() - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadResult
-
Returns the URL identifying the new multipart object.
- getLogFilePrefix() - Method in class com.amazonaws.services.s3.model.BucketLoggingConfiguration
-
Returns the optional log file prefix.
- getLoggingConfiguration() - Method in class com.amazonaws.services.s3.model.SetBucketLoggingConfigurationRequest
-
Gets the logging configuration for the specified bucket.
- getMarker() - Method in class com.amazonaws.services.s3.model.ListObjectsRequest
-
Gets the optional marker parameter indicating where in the bucket to begin
listing.
- getMarker() - Method in class com.amazonaws.services.s3.model.ObjectListing
-
Gets the marker parameter originally used to request this object listing, or
null
if no marker was specified.
- getMatchingETagConstraints() - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Gets the optional list of ETag constraints that, when present, must
include a match for the source object's current ETag in order for the
copy object request to be executed.
- getMatchingETagConstraints() - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Gets the optional list of ETag constraints that, when present,
must include a match for the source object's current ETag in order
for the copy object request to be executed.
- getMatchingETagConstraints() - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Gets the optional list of ETag constraints that, when present, must
include a match for the object's current ETag in order for this
request to be executed.
- getMaterialDescription() - Method in class com.amazonaws.services.s3.model.ExtraMaterialsDescription
-
Returns the extra material description; never null.
- getMaterialsDescription() - Method in class com.amazonaws.services.s3.model.EncryptedInitiateMultipartUploadRequest
-
- getMaterialsDescription() - Method in class com.amazonaws.services.s3.model.EncryptedPutObjectRequest
-
- getMaterialsDescription() - Method in class com.amazonaws.services.s3.model.EncryptionMaterials
-
Returns a snapshot of the current material description; never null.
- getMaterialsDescription() - Method in interface com.amazonaws.services.s3.model.MaterialsDescriptionProvider
-
Returns an unmodifiable view of the MaterialsDescription which the caller
can use to load EncryptionMaterials from any
EncryptionMaterialsAccessor
- getMaterialsDescription() - Method in class com.amazonaws.services.s3.model.PutInstructionFileRequest
-
Returns the material description for the new instruction file.
- getMaterialsDescription() - Method in class com.amazonaws.services.s3.model.UploadObjectRequest
-
- getMaxAgeSeconds() - Method in class com.amazonaws.services.s3.model.CORSRule
-
Sets the ID of this rule and returns a reference to this object for
method chaining.
- getMaxKeys() - Method in class com.amazonaws.services.s3.model.ListObjectsRequest
-
Gets the optional maxKeys
parameter indicating the maximum number of keys to
include in the response.
- getMaxKeys() - Method in class com.amazonaws.services.s3.model.ObjectListing
-
Gets the maxKeys
parameter originally used to request this object
listing, or the default maxKeys
value provided by Amazon S3 if the
requester didn't specify a value.
- getMaxKeys() - Method in class com.amazonaws.services.s3.model.VersionListing
-
Gets the value of the maxKeys
parameter used to request this version
listing.
- getMaxParts() - Method in class com.amazonaws.services.s3.model.ListPartsRequest
-
Returns the optional maximum number of parts to be returned in the part
listing.
- getMaxParts() - Method in class com.amazonaws.services.s3.model.PartListing
-
Returns the optional max parts value specified in the original request to
limit how many parts are listed.
- getMaxResults() - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Gets the optional maxResults
parameter indicating the maximum number of results
to include in the response.
- getMaxUploads() - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Returns the optional maximum number of uploads to return, or null if no
maximum number of uploads has been set for this request.
- getMaxUploads() - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
Returns the optional maximum number of uploads to be listed, as specified
in the original request.
- getMd5() - Method in class com.amazonaws.services.s3.model.SSECustomerKey
-
Returns the optional base64-encoded MD5 digest of the encryption key to
use when validating the integrity of the transmitted server-side
encryption key.
- getMd5Digest() - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Returns the optional, but recommended, MD5 hash of the content of this
part.
- getMessage() - Method in class com.amazonaws.services.s3.model.MultiObjectDeleteException.DeleteError
-
Returns a description of the failure.
- getMetadata() - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Gets the optional metadata instructing Amazon S3 how to handle the
uploaded data (e.g.
- getMethod() - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
The HTTP method (GET, PUT, DELETE, HEAD) to be used in this request.
- getMfa() - Method in class com.amazonaws.services.s3.model.DeleteObjectsRequest
-
Gets the optional Multi-Factor Authentication information included
with this request.
- getMfa() - Method in class com.amazonaws.services.s3.model.DeleteVersionRequest
-
Gets the optional Multi-Factor Authentication information included
with this request.
- getMfa() - Method in class com.amazonaws.services.s3.model.SetBucketVersioningConfigurationRequest
-
Gets the optional Multi-Factor Authentication information included
with this request.
- getMinimumUploadPartSize() - Method in class com.amazonaws.services.s3.transfer.TransferManagerConfiguration
-
Returns the minimum part size for upload parts.
- getModifiedSinceConstraint() - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Gets the optional modified constraint that restricts this
request to executing only if the source object has been
modified after the specified date.
- getModifiedSinceConstraint() - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Gets the optional modified constraint that restricts this request to
executing only if the source object has been modified after the
specified date.
- getModifiedSinceConstraint() - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Gets the optional modified constraint that restricts this
request to executing only if the object has been
modified after the specified date.
- getMultiFileOutputStream() - Method in class com.amazonaws.services.s3.model.UploadObjectRequest
-
Returns a custom multi-file output stream; or null if the default is to
be used.
- getMultipartCopyPartSize() - Method in class com.amazonaws.services.s3.transfer.TransferManagerConfiguration
-
Returns the minimum size in bytes of each part in a multi-part copy
request.
- getMultipartCopyThreshold() - Method in class com.amazonaws.services.s3.transfer.TransferManagerConfiguration
-
Returns the maximum threshold size of an Amazon S3 object after which the
copy operation is carried out using multi-part request.
- getMultipartUploads() - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
Returns the list of multipart uploads.
- getMultipartUploadThreshold() - Method in class com.amazonaws.services.s3.transfer.TransferManagerConfiguration
-
Returns the size threshold in bytes for when to use multipart uploads.
- getName() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3BucketEntity
-
- getName() - Method in class com.amazonaws.services.s3.model.Bucket
-
Gets the name of the bucket.
- getNewObjectMetadata() - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Gets the optional object metadata to set for the new, copied object.
- getNextKeyMarker() - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
Returns the next key marker that should be used in the next request to
get the next page of results.
- getNextKeyMarker() - Method in class com.amazonaws.services.s3.model.VersionListing
-
Gets the key marker to use in
the next listVersions
request in order to obtain the next page of results.
- getNextMarker() - Method in class com.amazonaws.services.s3.model.ObjectListing
-
Gets the marker to use in the next listObjects
request in order to see
the next page of results.
- getNextPartNumberMarker() - Method in class com.amazonaws.services.s3.model.PartListing
-
Returns the next part number marker.
- getNextUploadIdMarker() - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
Returns the next upload ID marker that should be used in the next request
to get the next page of results.
- getNextVersionIdMarker() - Method in class com.amazonaws.services.s3.model.VersionListing
-
Gets the version ID marker to
use in the next listVersions
request in order to obtain the next page of
results.
- getNoncurrentVersionExpirationInDays() - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Returns the time, in days, between when a new version of the object
is uploaded to the bucket and when older versions of the object
expire.
- getNoncurrentVersionTransition() - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Returns the transition describing how non-current versions of
objects will move between different storage classes in Amazon S3.
- getNonmatchingETagConstraints() - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Gets the optional list of ETag constraints that, when present, must
not include a match for the source object's current ETag in order for
the copy object request to be executed.
- getNonmatchingETagConstraints() - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Gets the optional list of ETag constraints that, when present, must
not include a match for the source object's current ETag in order for
the copy object request to be executed.
- getNonmatchingETagConstraints() - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Gets the optional list of ETag constraints that when present, must
not include a match for the object's current ETag in order for this
request to be executed.
- getNotificationConfiguration() - Method in class com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest
-
Gets the new notification configuration for the specified bucket.
- getObject(String, String) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Gets the object stored in Amazon S3 under the specified bucket and key.
- getObject(GetObjectRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Gets the object stored in Amazon S3 under the specified bucket and
key.
- getObject(GetObjectRequest, File) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Gets the object metadata for the object stored
in Amazon S3 under the specified bucket and key,
and saves the object contents to the
specified file.
- getObject(String, String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getObject(GetObjectRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getObject(GetObjectRequest, File) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getObject(GetObjectRequest) - Method in class com.amazonaws.services.s3.AmazonS3EncryptionClient
-
- getObject(GetObjectRequest, File) - Method in class com.amazonaws.services.s3.AmazonS3EncryptionClient
-
- getObject() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3Entity
-
- getObjectAcl(String, String) - Method in interface com.amazonaws.services.s3.AmazonS3
-
- getObjectAcl(String, String, String) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Gets the
AccessControlList
(ACL) for the specified object
with the specified version in Amazon S3.
- getObjectAcl(String, String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getObjectAcl(String, String, String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getObjectContent() - Method in class com.amazonaws.services.s3.model.S3Object
-
Gets the input stream containing the contents of this object.
- getObjectMetadata(String, String) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Gets the metadata for the specified Amazon S3 object without
actually fetching the object itself.
- getObjectMetadata(GetObjectMetadataRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Gets the metadata for the specified Amazon S3 object without
actually fetching the object itself.
- getObjectMetadata(String, String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getObjectMetadata(GetObjectMetadataRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getObjectMetadata() - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Returns the additional information about the new object being created,
such as content type, content encoding, user metadata, etc.
- getObjectMetadata() - Method in class com.amazonaws.services.s3.model.S3Object
-
Gets the metadata stored by Amazon S3 for this object.
- getObjectMetadata() - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Returns the additional information about the part being uploaded.
- getObjectMetadata() - Method in interface com.amazonaws.services.s3.transfer.Download
-
Returns the ObjectMetadata for the object being downloaded.
- GetObjectMetadataRequest - Class in com.amazonaws.services.s3.model
-
Provides options for obtaining the metadata for the specified Amazon S3
object without actually fetching the object contents.
- GetObjectMetadataRequest(String, String) - Constructor for class com.amazonaws.services.s3.model.GetObjectMetadataRequest
-
- GetObjectMetadataRequest(String, String, String) - Constructor for class com.amazonaws.services.s3.model.GetObjectMetadataRequest
-
- getObjectPrefixes() - Method in class com.amazonaws.services.s3.model.NotificationConfiguration
-
Retuns the list of Amazon S3 object prefixes for this notification
configuration.
- GetObjectRequest - Class in com.amazonaws.services.s3.model
-
Provides options for downloading an Amazon S3 object.
- GetObjectRequest(String, String) - Constructor for class com.amazonaws.services.s3.model.GetObjectRequest
-
- GetObjectRequest(String, String, String) - Constructor for class com.amazonaws.services.s3.model.GetObjectRequest
-
- GetObjectRequest(S3ObjectId) - Constructor for class com.amazonaws.services.s3.model.GetObjectRequest
-
- GetObjectRequest(String, String, boolean) - Constructor for class com.amazonaws.services.s3.model.GetObjectRequest
-
- getObjectSummaries() - Method in class com.amazonaws.services.s3.model.ObjectListing
-
Gets the list of object summaries describing the objects stored in the
S3 bucket.
- getOngoingRestore() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Returns the boolean value which indicates whether there is ongoing restore request.
- getOwner() - Method in class com.amazonaws.services.s3.model.AccessControlList
-
- getOwner() - Method in class com.amazonaws.services.s3.model.Bucket
-
Gets the bucket's owner.
- getOwner() - Method in class com.amazonaws.services.s3.model.MultipartUpload
-
Returns the owner of this multipart upload.
- getOwner() - Method in class com.amazonaws.services.s3.model.PartListing
-
Returns details on the user who owns the associated multipart
upload.
- getOwner() - Method in class com.amazonaws.services.s3.model.S3ObjectSummary
-
Gets the owner of this object.
- getOwner() - Method in class com.amazonaws.services.s3.model.S3VersionSummary
-
Gets the owner of this version.
- getOwnerIdentity() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3BucketEntity
-
- getPartETag() - Method in class com.amazonaws.services.s3.model.CopyPartResult
-
Returns an identifier which identifies the copy part by its part number
and the entity tag computed from the part's data.
- getPartETag() - Method in class com.amazonaws.services.s3.model.UploadPartResult
-
Returns an identifier which identifies the upload part by its part number
and the entity tag computed from the part's data.
- getPartETags() - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadRequest
-
Returns the list of part numbers and ETags that identify the individual
parts of the multipart upload to complete.
- getPartNumber() - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Returns the part number describing this part's position relative to the
other parts in the multipart upload.
- getPartNumber() - Method in class com.amazonaws.services.s3.model.CopyPartResult
-
Gets the part number of the newly copied part.
- getPartNumber() - Method in class com.amazonaws.services.s3.model.PartETag
-
Returns the part number of the associated part.
- getPartNumber() - Method in class com.amazonaws.services.s3.model.PartSummary
-
Returns the part number describing this part's position relative to the
other parts in the multipart upload.
- getPartNumber() - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Returns the part number describing this part's position relative to the
other parts in the multipart upload.
- getPartNumber() - Method in class com.amazonaws.services.s3.model.UploadPartResult
-
Returns the part number of the newly uploaded part.
- getPartNumberMarker() - Method in class com.amazonaws.services.s3.model.ListPartsRequest
-
Returns the optional part number marker indicating where in the results
to being listing parts.
- getPartNumberMarker() - Method in class com.amazonaws.services.s3.model.PartListing
-
Returns the optional part number marker specified in the original request
to specify where in the results to begin listing parts.
- getParts() - Method in class com.amazonaws.services.s3.model.PartListing
-
Returns the list of parts described in this part listing.
- getPartSize() - Method in class com.amazonaws.services.s3.model.UploadObjectRequest
-
Returns the part-size used for muti-part upload for this request.
- getPartSize() - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Returns the size of this part, in bytes.
- getPauseStatus() - Method in exception com.amazonaws.services.s3.transfer.exception.PauseException
-
Returns more information on why the pause failed.
- getPauseStatus() - Method in class com.amazonaws.services.s3.transfer.PauseResult
-
Returns information about whether the pause was successful or not; and
if not why.
- getPayer() - Method in class com.amazonaws.services.s3.model.RequestPaymentConfiguration
-
- getPercentTransfered() - Method in class com.amazonaws.services.s3.transfer.TransferProgress
-
- getPercentTransferred() - Method in class com.amazonaws.services.s3.transfer.TransferProgress
-
Returns a percentage of the number of bytes transferred out of the total
number of bytes to transfer.
- getPermission() - Method in class com.amazonaws.services.s3.model.Grant
-
Gets the permission being granted to the grantee by this grant.
- getPolicyText() - Method in class com.amazonaws.services.s3.model.BucketPolicy
-
Gets the raw policy JSON text as returned by Amazon S3.
- getPolicyText() - Method in class com.amazonaws.services.s3.model.SetBucketPolicyRequest
-
Returns the policy to apply to the specified bucket.
- getPrefix() - Method in class com.amazonaws.services.s3.iterable.S3Objects
-
- getPrefix() - Method in class com.amazonaws.services.s3.iterable.S3Versions
-
- getPrefix() - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Returns the key prefix for which this rule will apply.
- getPrefix() - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Returns the optional prefix parameter that restricts the response to
multipart uploads for keys that begin with the specified prefix.
- getPrefix() - Method in class com.amazonaws.services.s3.model.ListObjectsRequest
-
Gets the optional prefix parameter and restricts the response to keys
that begin with the specified prefix.
- getPrefix() - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Gets the optional prefix parameter restricting the response to keys
that begin with the specified prefix.
- getPrefix() - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
Returns the prefix parameter originally used to request this multipart
upload listing, or null
if no prefix was specified.
- getPrefix() - Method in class com.amazonaws.services.s3.model.ObjectListing
-
Gets the prefix parameter originally used to request this object listing, or
null
if no prefix was specified.
- getPrefix() - Method in class com.amazonaws.services.s3.model.ReplicationRule
-
Returns the prefix associated with the replication rule.
- getPrefix() - Method in class com.amazonaws.services.s3.model.VersionListing
-
The prefix parameter originally used to request this version listing, or
null
if no prefix was specified.
- getPrincipalId() - Method in class com.amazonaws.services.s3.event.S3EventNotification.UserIdentityEntity
-
- getProgress() - Method in interface com.amazonaws.services.s3.transfer.Transfer
-
Returns progress information about this transfer.
- getProgressListener() - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Deprecated.
use AmazonWebServiceRequest.getGeneralProgressListener()
instead.
- getProgressListener() - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Deprecated.
use AmazonWebServiceRequest.getGeneralProgressListener()
instead.
- getProgressListener() - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Deprecated.
use AmazonWebServiceRequest.getGeneralProgressListener()
instead.
- getprotocol() - Method in class com.amazonaws.services.s3.model.RedirectRule
-
Return the protocol to use in the redirect request.
- getQueueARN() - Method in class com.amazonaws.services.s3.model.QueueConfiguration
-
Returns the queue arn for this notification configuration.
- getQuiet() - Method in class com.amazonaws.services.s3.model.DeleteObjectsRequest
-
Returns the quiet element for this request.
- getRange() - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Gets the optional inclusive byte range within the desired object
that will be downloaded by this request.
- getRawMetadata() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
For internal use only.
- getRawMetadataValue(String) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
For internal use only.
- getRecords() - Method in class com.amazonaws.services.s3.event.S3EventNotification
-
- getRedirect() - Method in class com.amazonaws.services.s3.model.RoutingRule
-
Return the redirect information.
- getRedirectAllRequestsTo() - Method in class com.amazonaws.services.s3.model.BucketWebsiteConfiguration
-
Return the redirect information where all requests will be redirect to.
- getRedirectAllRequestsTo() - Method in class com.amazonaws.services.s3.model.WebsiteConfiguration
-
- getRedirectLocation() - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Gets the optional redirect location for the new object.
- getRedirectLocation() - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Gets the optional redirect location for the newly copied object.
- getRedirectLocation() - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Gets the optional redirect location for the new object.
- getRedirectLocation() - Method in class com.amazonaws.services.s3.model.PutInstructionFileRequest
-
Gets the optional redirect location for the new object.
- getRedirectLocation() - Method in class com.amazonaws.services.s3.model.S3Object
-
Gets the redirect location for this object.
- getRegion() - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getRegion() - Method in class com.amazonaws.services.s3.AmazonS3URI
-
- getRegion() - Method in class com.amazonaws.services.s3.model.CreateBucketRequest
-
Gets the name of the Amazon S3 region in which this bucket will be created.
- getReplaceKeyPrefixWith() - Method in class com.amazonaws.services.s3.model.RedirectRule
-
Return the object prefix key to use in the redirect request.
- getReplaceKeyWith() - Method in class com.amazonaws.services.s3.model.RedirectRule
-
Return the specific key to use in the redirect request.
- getReplicationConfiguration() - Method in class com.amazonaws.services.s3.model.SetBucketReplicationConfigurationRequest
-
Returns the replication configuration of an Amazon S3 bucket.
- getRequest() - Method in class com.amazonaws.services.s3.UploadObjectObserver
-
- getRequestParameters() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3EventNotificationRecord
-
- getRequestParameters() - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Returns the complete map of additional request parameters to be included
in the pre-signed URL.
- GetRequestPaymentConfigurationRequest - Class in com.amazonaws.services.s3.model
-
Request object for fetching the request payment configuration associated with
an Amazon S3 bucket.
- GetRequestPaymentConfigurationRequest(String) - Constructor for class com.amazonaws.services.s3.model.GetRequestPaymentConfigurationRequest
-
- getResourceUrl(String, String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
Returns the URL to the key in the bucket given, using the client's scheme
and endpoint.
- getResponseElements() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3EventNotificationRecord
-
- getResponseHeaders() - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Returns the headers to be overridden in the service response.
- getResponseHeaders() - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Returns the headers to be overridden in the service response.
- getRestoreExpirationTime() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Returns the time at which an object that has been temporarily restored
from Amazon Glacier will expire, and will need to be restored again in
order to be accessed.
- getRoleARN() - Method in class com.amazonaws.services.s3.model.BucketReplicationConfiguration
-
Returns the IAM role associated with this replication configuration.
- getRoutingRule() - Method in class com.amazonaws.services.s3.model.WebsiteConfiguration
-
- getRoutingRules() - Method in class com.amazonaws.services.s3.model.BucketWebsiteConfiguration
-
Return the list of routing rules that can be used for configuring
redirects if certain conditions are meet.
- getRule(String) - Method in class com.amazonaws.services.s3.model.BucketReplicationConfiguration
-
Returns the replication rule for the given rule id.
- getRules() - Method in class com.amazonaws.services.s3.model.BucketCrossOriginConfiguration
-
Returns the list of rules that comprise this configuration.
- getRules() - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration
-
Returns the list of rules that comprise this configuration.
- getRules() - Method in class com.amazonaws.services.s3.model.BucketReplicationConfiguration
-
Returns the replication rules associated with this Amazon S3 bucket.
- getS3() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3EventNotificationRecord
-
- getS3() - Method in class com.amazonaws.services.s3.iterable.S3Objects
-
- getS3() - Method in class com.amazonaws.services.s3.iterable.S3Versions
-
- getS3AccountOwner() - Method in interface com.amazonaws.services.s3.AmazonS3
-
Gets the current owner of the AWS account
that the authenticated sender of the request is using.
- getS3AccountOwner() - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- getS3DirectSpi() - Method in class com.amazonaws.services.s3.UploadObjectObserver
-
- getS3ObjectId() - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Returns an immutable S3 object id.
- getS3ObjectId() - Method in class com.amazonaws.services.s3.model.PutInstructionFileRequest
-
Returns the S3 object id for which the new instruction file will be
created.
- getS3SchemaVersion() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3Entity
-
- getServerSideEncryption() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
- getServiceName() - Method in class com.amazonaws.services.s3.metrics.S3ServiceMetric
-
- getSize() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3ObjectEntity
-
- getSize() - Method in class com.amazonaws.services.s3.model.PartSummary
-
Returns the size of this part, in bytes.
- getSize() - Method in class com.amazonaws.services.s3.model.S3ObjectSummary
-
Gets the size of this object in bytes.
- getSize() - Method in class com.amazonaws.services.s3.model.S3VersionSummary
-
Gets the size of this version in bytes.
- getSourceBucketName() - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Gets the name of the bucket containing the source object to be copied.
- getSourceBucketName() - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Gets the name of the bucket containing the source object to be copied.
- getSourceBucketName() - Method in class com.amazonaws.services.s3.transfer.model.CopyResult
-
Gets the name of the bucket containing the source object to be copied.
- getSourceIPAddress() - Method in class com.amazonaws.services.s3.event.S3EventNotification.RequestParametersEntity
-
- getSourceKey() - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Gets the source bucket key under which the source object to be
copied is stored.
- getSourceKey() - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Gets the source bucket key under which the source object to be copied is
stored.
- getSourceKey() - Method in class com.amazonaws.services.s3.transfer.model.CopyResult
-
Gets the source bucket key under which the source object to be copied is
stored.
- getSourceSSECustomerKey() - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Returns the optional customer-provided server-side encryption key to use
to decrypt the source object being copied.
- getSourceSSECustomerKey() - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Returns the optional customer-provided server-side encryption key to use
to decrypt the source object part being copied.
- getSourceVersionId() - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Gets the version ID specifying which version of the source
object to copy.
- getSourceVersionId() - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Gets the version ID specifying which version of the source object to
copy.
- getSSEAlgorithm() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Returns the server-side encryption algorithm when encrypting the object
using AWS-managed keys .
- getSSEAwsKeyManagementParams() - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Returns the AWS Key Management System parameters used to encrypt the
object on server side.
- getSSEAwsKeyManagementParams() - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Returns the AWS Key Management System parameters used to encrypt the
object on server side.
- getSSEAwsKeyManagementParams() - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Returns the AWS Key Management System parameters used to encrypt the
object on server side.
- getSSEAwsKeyManagementParams() - Method in interface com.amazonaws.services.s3.model.SSEAwsKeyManagementParamsProvider
-
Returns the optional SSEAwsKeyManagementParams to use to encrypt the
uploaded object.
- getSSEAwsKmsKeyId() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Returns the AWS Key Management System key id used for Server Side
Encryption of the Amazon S3 object.
- getSSECustomerAlgorithm() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Returns the server-side encryption algorithm if the object is encrypted
using customer-provided keys.
- getSSECustomerKey() - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
- getSSECustomerKey() - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
- getSSECustomerKey() - Method in class com.amazonaws.services.s3.model.GetObjectMetadataRequest
-
- getSSECustomerKey() - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
- getSSECustomerKey() - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
- getSSECustomerKey() - Method in interface com.amazonaws.services.s3.model.SSECustomerKeyProvider
-
Returns the optional customer-provided server-side encryption key to use
to encrypt the uploaded object.
- getSSECustomerKey() - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
- getSSECustomerKeyMd5() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Returns the base64-encoded MD5 digest of the encryption key for
server-side encryption, if the object is encrypted using
customer-provided keys.
- getState() - Method in interface com.amazonaws.services.s3.transfer.Transfer
-
Returns the current state of this transfer.
- getStatus() - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Returns the status of this rule.
- getStatus() - Method in class com.amazonaws.services.s3.model.BucketVersioningConfiguration
-
Returns the current status of versioning for this bucket versioning
configuration object, indicating if versioning is enabled or not for a
bucket.
- getStatus() - Method in class com.amazonaws.services.s3.model.ReplicationRule
-
Returns the status of the replication rule.
- getStatus() - Method in enum com.amazonaws.services.s3.model.ReplicationRuleStatus
-
- getStorageClass() - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Gets the optional Amazon S3 storage class to use when storing the new
object.
- getStorageClass() - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.NoncurrentVersionTransition
-
Returns the storage class of this object.
- getStorageClass() - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Transition
-
Returns the storage class of this object.
- getStorageClass() - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Gets the optional Amazon S3 storage class to use when storing the newly
copied object.
- getStorageClass() - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Returns the optional storage class to use when storing this upload's data
in S3.
- getStorageClass() - Method in class com.amazonaws.services.s3.model.MultipartUpload
-
Returns the storage class indicating how the data in this multipart
upload will be stored.
- getStorageClass() - Method in class com.amazonaws.services.s3.model.PartListing
-
Returns the class of storage used for the parts in the associated
multipart upload.
- getStorageClass() - Method in class com.amazonaws.services.s3.model.PutInstructionFileRequest
-
Gets the optional Amazon S3 storage class to use when storing the new
object.
- getStorageClass() - Method in class com.amazonaws.services.s3.model.S3ObjectSummary
-
Gets the storage class used by Amazon S3 for this object.
- getStorageClass() - Method in class com.amazonaws.services.s3.model.S3VersionSummary
-
Gets the storage class used by Amazon S3 for this version.
- getStorageMode() - Method in class com.amazonaws.services.s3.model.CryptoConfiguration
-
Returns the current storage mode of a CryptoConfiguration object.
- getSubTransfers() - Method in interface com.amazonaws.services.s3.transfer.MultipleFileUpload
-
Returns a collection of sub transfers associated with the multi file upload.
- getSuffix() - Method in class com.amazonaws.services.s3.model.PutInstructionFileRequest
-
Returns the suffix for the new instruction file.
- getSymmetricKey() - Method in class com.amazonaws.services.s3.model.EncryptionMaterials
-
Returns the symmetric key stored in this EncryptionMaterials object.
- getSymmetricKey() - Method in class com.amazonaws.services.s3.model.KMSEncryptionMaterials
-
Always throws UnsupportedOperationException
.
- getTag(String) - Method in class com.amazonaws.services.s3.model.TagSet
-
Get the value of the tag with the given key.
- getTaggingConfiguration() - Method in class com.amazonaws.services.s3.model.SetBucketTaggingConfigurationRequest
-
Gets the new tagging configuration for the specified bucket.
- getTagSet() - Method in class com.amazonaws.services.s3.model.BucketTaggingConfiguration
-
Gets the first
TagSet
object contained in this object.
- getTagSetAtIndex(int) - Method in class com.amazonaws.services.s3.model.BucketTaggingConfiguration
-
Gets the
TagSet
object at the specified index contained in this object.
- getToken() - Method in class com.amazonaws.services.s3.model.MultiFactorAuthentication
-
Gets the Multi-Factor Authentication token.
- getTopic() - Method in class com.amazonaws.services.s3.model.BucketNotificationConfiguration.TopicConfiguration
-
Deprecated.
Gets the topic ARN (Amazon Resource Name) for the topic to publish events to.
- getTopicARN() - Method in class com.amazonaws.services.s3.model.TopicConfiguration
-
Returns the topic arn for this notification configuration.
- getTopicConfigurations() - Method in class com.amazonaws.services.s3.model.BucketNotificationConfiguration
-
Deprecated.
- getTotalBytesToTransfer() - Method in class com.amazonaws.services.s3.transfer.TransferProgress
-
Returns the total size in bytes of the associated transfer, or -1
if the total size isn't known.
- getTransition() - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Returns the transition attribute of the rule.
- getTypeIdentifier() - Method in class com.amazonaws.services.s3.model.CanonicalGrantee
-
- getTypeIdentifier() - Method in class com.amazonaws.services.s3.model.EmailAddressGrantee
-
- getTypeIdentifier() - Method in interface com.amazonaws.services.s3.model.Grantee
-
Returns the identifier for the type of this grant, to be used when
specifying grants in the header of a request.
- getTypeIdentifier() - Method in enum com.amazonaws.services.s3.model.GroupGrantee
-
- getUnmodifiedSinceConstraint() - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Gets the optional unmodified constraint that restricts this
request to executing only if the source object has not been
modified after the specified date.
- getUnmodifiedSinceConstraint() - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Gets the optional unmodified constraint that restricts this request to
executing only if the source object has not been modified after
the specified date.
- getUnmodifiedSinceConstraint() - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Gets the optional unmodified constraint that restricts this
request to executing only if the object has not been
modified after the specified date.
- getUploadId() - Method in class com.amazonaws.services.s3.model.AbortMultipartUploadRequest
-
Returns the ID of the upload to abort.
- getUploadId() - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadRequest
-
Returns the ID of the multipart upload to complete.
- getUploadId() - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Returns the ID of the existing, initiated multipart upload with which
this new part will be associated.
- getUploadId() - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadResult
-
Returns the initiated multipart upload ID.
- getUploadId() - Method in class com.amazonaws.services.s3.model.ListPartsRequest
-
Returns the ID of the multipart upload whose parts are being listed.
- getUploadId() - Method in class com.amazonaws.services.s3.model.MultipartUpload
-
Returns the unique ID of this multipart upload.
- getUploadId() - Method in class com.amazonaws.services.s3.model.PartListing
-
Returns the upload ID value specified in the original request used to
identify which multipart upload contains the parts to list.
- getUploadId() - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Returns the ID of the existing, initiated multipart upload with which
this new part will be associated.
- getUploadId() - Method in class com.amazonaws.services.s3.UploadObjectObserver
-
- getUploadIdMarker() - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Returns the optional upload ID marker indicating where in the results to
begin listing.
- getUploadIdMarker() - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
Returns the optional upload ID marker specified in the original request
to specify where in the results to begin listing multipart uploads.
- getUploadObjectObserver() - Method in class com.amazonaws.services.s3.model.UploadObjectRequest
-
Returns a custom upload-object observer; or null there is no
customization.
- getUploadPartMetadata() - Method in class com.amazonaws.services.s3.model.UploadObjectRequest
-
Gets the optional metadata to be included in each UploadPart request.
- getURI() - Method in class com.amazonaws.services.s3.AmazonS3URI
-
- getUrl(String, String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
Returns an URL for the object stored in the specified bucket and
key.
- getUserIdentity() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3EventNotificationRecord
-
- getUserMetadata() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Gets the custom user-metadata for the associated object.
- getUserMetaDataOf(String) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Returns the value of the specified user meta datum.
- getVersion() - Method in class com.amazonaws.services.s3.model.DeleteObjectsRequest.KeyVersion
-
- getVersionId() - Method in class com.amazonaws.services.s3.event.S3EventNotification.S3ObjectEntity
-
- getVersionId() - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadResult
-
Returns the version ID of the new object, only present if versioning has
been enabled for the bucket.
- getVersionId() - Method in class com.amazonaws.services.s3.model.CopyObjectResult
-
Gets the version ID of the newly copied object.
- getVersionId() - Method in class com.amazonaws.services.s3.model.CopyPartResult
-
Gets the version ID of the source object.
- getVersionId() - Method in class com.amazonaws.services.s3.model.DeleteObjectsResult.DeletedObject
-
Returns the version deleted, or null for unversioned objects.
- getVersionId() - Method in class com.amazonaws.services.s3.model.DeleteVersionRequest
-
Gets the version ID uniquely identifying which version of the object
to delete.
- getVersionId() - Method in class com.amazonaws.services.s3.model.GetObjectMetadataRequest
-
Gets the optional version ID of the object version whose metadata is
being retrieved.
- getVersionId() - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Gets the optional version ID specifying which version of the object to
download.
- getVersionId() - Method in class com.amazonaws.services.s3.model.MultiObjectDeleteException.DeleteError
-
Returns the versionId of the object that couldn't be deleted.
- getVersionId() - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Gets the version ID of the associated Amazon S3 object if available.
- getVersionId() - Method in class com.amazonaws.services.s3.model.PutObjectResult
-
Gets the optional version ID of the newly uploaded object.
- getVersionId() - Method in class com.amazonaws.services.s3.model.RestoreObjectRequest
-
Returns the id of the version to be restored.
- getVersionId() - Method in class com.amazonaws.services.s3.model.S3ObjectId
-
Returns the version id which is optionally applicable for S3 get (but not
put) operations.
- getVersionId() - Method in class com.amazonaws.services.s3.model.S3ObjectIdBuilder
-
- getVersionId() - Method in class com.amazonaws.services.s3.model.S3VersionSummary
-
Gets the version ID which uniquely identifies this version of an
object.
- getVersionId() - Method in class com.amazonaws.services.s3.model.SetObjectAclRequest
-
Returns the version ID of the object version whose ACL is being set.
- getVersionId() - Method in class com.amazonaws.services.s3.transfer.model.CopyResult
-
Returns the version ID of the new object.
- getVersionId() - Method in class com.amazonaws.services.s3.transfer.model.UploadResult
-
Returns the version ID of the new object.
- getVersionIdMarker() - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Gets the optional versionIdMarker
parameter indicating where in the
sorted list of all versions in the specified bucket to begin returning
results.
- getVersionIdMarker() - Method in class com.amazonaws.services.s3.model.VersionListing
-
Gets the value of the version ID marker parameter used to request this version
listing.
- getVersioningConfiguration() - Method in class com.amazonaws.services.s3.model.SetBucketVersioningConfigurationRequest
-
Gets the new versioning configuration for the specified bucket.
- getVersionSummaries() - Method in class com.amazonaws.services.s3.model.VersionListing
-
Gets the list of version summaries describing the versions stored in
the associated S3 bucket.
- getWrappedInputStream() - Method in class com.amazonaws.auth.AwsChunkedEncodingInputStream
-
- getxAmzId2() - Method in class com.amazonaws.services.s3.event.S3EventNotification.ResponseElementsEntity
-
- getxAmzRequestId() - Method in class com.amazonaws.services.s3.event.S3EventNotification.ResponseElementsEntity
-
- Grant - Class in com.amazonaws.services.s3.model
-
Specifies a grant, consisting of one grantee and one permission.
- Grant(Grantee, Permission) - Constructor for class com.amazonaws.services.s3.model.Grant
-
Constructs a new
Grant
object using the specified grantee and permission
objects.
- grantAllPermissions(Grant...) - Method in class com.amazonaws.services.s3.model.AccessControlList
-
Adds a set of grantee/permission pairs to the access control list (ACL), where each item in the
set is a
Grant
object.
- Grantee - Interface in com.amazonaws.services.s3.model
-
Represents a grantee (entity) that can be assigned access permissions in an
AccessControlList
.
- grantPermission(Grantee, Permission) - Method in class com.amazonaws.services.s3.model.AccessControlList
-
Adds a grantee to the access control list (ACL) with the given permission.
- GroupGrantee - Enum in com.amazonaws.services.s3.model
-
Specifies constants defining a group of Amazon S3 users
who can be granted permissions to
Amazon S3 buckets and objects.
- S3_ALTERNATE_DATE - Static variable in interface com.amazonaws.services.s3.Headers
-
Amazon's alternative date header: x-amz-date
- S3_CANNED_ACL - Static variable in interface com.amazonaws.services.s3.Headers
-
S3's canned ACL header: x-amz-acl
- S3_MFA - Static variable in interface com.amazonaws.services.s3.Headers
-
S3's Multi-Factor Authentication header
- S3_REGIONAL_ENDPOINT_PATTERN - Static variable in enum com.amazonaws.services.s3.model.Region
-
Used to extract the S3 regional id from an S3 end point.
- S3_SERVICE_NAME - Static variable in class com.amazonaws.services.s3.AmazonS3Client
-
- S3_USER_METADATA_PREFIX - Static variable in interface com.amazonaws.services.s3.Headers
-
Prefix for S3 user metadata: x-amz-meta-
- S3_VERSION_ID - Static variable in interface com.amazonaws.services.s3.Headers
-
S3's version ID header
- S3Actions - Enum in com.amazonaws.auth.policy.actions
-
The available AWS access control policy actions for Amazon S3.
- S3BucketResource - Class in com.amazonaws.auth.policy.resources
-
Represents a bucket resource involved in an AWS access control policy.
- S3BucketResource(String) - Constructor for class com.amazonaws.auth.policy.resources.S3BucketResource
-
Constructs a new bucket resource that represents the the specified bucket
but not any of the contained objects.
- S3ClientOptions - Class in com.amazonaws.services.s3
-
S3 client configuration options such as the request access style.
- S3ClientOptions() - Constructor for class com.amazonaws.services.s3.S3ClientOptions
-
- S3ClientOptions(S3ClientOptions) - Constructor for class com.amazonaws.services.s3.S3ClientOptions
-
- S3ConditionFactory - Class in com.amazonaws.auth.policy.conditions
-
Factory for creating access control policy conditions specific to Amazon S3.
- S3DataSource - Interface in com.amazonaws.services.s3.model
-
Used to represent an S3 data source that either has a file or an input
stream.
- S3DataSource.Utils - Enum in com.amazonaws.services.s3.model
-
- S3DownloadByteCount - Static variable in class com.amazonaws.services.s3.metrics.S3ServiceMetric
-
- S3DownloadThroughput - Static variable in class com.amazonaws.services.s3.metrics.S3ServiceMetric
-
- S3Event - Enum in com.amazonaws.services.s3.model
-
A enum class for all Amazon S3 events.
- S3EventNotification - Class in com.amazonaws.services.s3.event
-
A helper class that represents a strongly typed S3 EventNotification item sent to SQS
- S3EventNotification(List<S3EventNotification.S3EventNotificationRecord>) - Constructor for class com.amazonaws.services.s3.event.S3EventNotification
-
- S3EventNotification.RequestParametersEntity - Class in com.amazonaws.services.s3.event
-
- S3EventNotification.RequestParametersEntity(String) - Constructor for class com.amazonaws.services.s3.event.S3EventNotification.RequestParametersEntity
-
- S3EventNotification.ResponseElementsEntity - Class in com.amazonaws.services.s3.event
-
- S3EventNotification.ResponseElementsEntity(String, String) - Constructor for class com.amazonaws.services.s3.event.S3EventNotification.ResponseElementsEntity
-
- S3EventNotification.S3BucketEntity - Class in com.amazonaws.services.s3.event
-
- S3EventNotification.S3BucketEntity(String, S3EventNotification.UserIdentityEntity, String) - Constructor for class com.amazonaws.services.s3.event.S3EventNotification.S3BucketEntity
-
- S3EventNotification.S3Entity - Class in com.amazonaws.services.s3.event
-
- S3EventNotification.S3Entity(String, S3EventNotification.S3BucketEntity, S3EventNotification.S3ObjectEntity, String) - Constructor for class com.amazonaws.services.s3.event.S3EventNotification.S3Entity
-
- S3EventNotification.S3EventNotificationRecord - Class in com.amazonaws.services.s3.event
-
- S3EventNotification.S3EventNotificationRecord(String, String, String, String, String, S3EventNotification.RequestParametersEntity, S3EventNotification.ResponseElementsEntity, S3EventNotification.S3Entity, S3EventNotification.UserIdentityEntity) - Constructor for class com.amazonaws.services.s3.event.S3EventNotification.S3EventNotificationRecord
-
- S3EventNotification.S3ObjectEntity - Class in com.amazonaws.services.s3.event
-
- S3EventNotification.S3ObjectEntity(String, Integer, String, String) - Constructor for class com.amazonaws.services.s3.event.S3EventNotification.S3ObjectEntity
-
- S3EventNotification.UserIdentityEntity - Class in com.amazonaws.services.s3.event
-
- S3EventNotification.UserIdentityEntity(String) - Constructor for class com.amazonaws.services.s3.event.S3EventNotification.UserIdentityEntity
-
- S3Object - Class in com.amazonaws.services.s3.model
-
Represents an object stored in Amazon S3.
- S3Object() - Constructor for class com.amazonaws.services.s3.model.S3Object
-
- S3ObjectId - Class in com.amazonaws.services.s3.model
-
An Immutable S3 object identifier.
- S3ObjectId(String, String) - Constructor for class com.amazonaws.services.s3.model.S3ObjectId
-
- S3ObjectId(String, String, String) - Constructor for class com.amazonaws.services.s3.model.S3ObjectId
-
- S3ObjectId(S3ObjectIdBuilder) - Constructor for class com.amazonaws.services.s3.model.S3ObjectId
-
- S3ObjectIdBuilder - Class in com.amazonaws.services.s3.model
-
- S3ObjectIdBuilder() - Constructor for class com.amazonaws.services.s3.model.S3ObjectIdBuilder
-
- S3ObjectIdBuilder(S3ObjectId) - Constructor for class com.amazonaws.services.s3.model.S3ObjectIdBuilder
-
- S3ObjectInputStream - Class in com.amazonaws.services.s3.model
-
Input stream representing the content of an
S3Object
.
- S3ObjectInputStream(InputStream, HttpRequestBase) - Constructor for class com.amazonaws.services.s3.model.S3ObjectInputStream
-
- S3ObjectInputStream(InputStream, HttpRequestBase, boolean) - Constructor for class com.amazonaws.services.s3.model.S3ObjectInputStream
-
- S3ObjectResource - Class in com.amazonaws.auth.policy.resources
-
Represents one or more Amazon S3 objects involved in an AWS access control
policy.
- S3ObjectResource(String, String) - Constructor for class com.amazonaws.auth.policy.resources.S3ObjectResource
-
Constructs a new object resource that represents the specified objects.
- S3Objects - Class in com.amazonaws.services.s3.iterable
-
Provides an easy way to iterate Amazon S3 objects in a "foreach" statement.
- S3ObjectSummary - Class in com.amazonaws.services.s3.model
-
Contains the summary of an object stored in an Amazon S3 bucket.
- S3ObjectSummary() - Constructor for class com.amazonaws.services.s3.model.S3ObjectSummary
-
- S3ResponseMetadata - Class in com.amazonaws.services.s3
-
Extension of ResponseMetadata
with Amazon S3 specific data.
- S3ResponseMetadata(Map<String, String>) - Constructor for class com.amazonaws.services.s3.S3ResponseMetadata
-
Creates a new S3ResponseMetadata object from a specified map of metadata
information.
- S3ResponseMetadata(ResponseMetadata) - Constructor for class com.amazonaws.services.s3.S3ResponseMetadata
-
Creates a new S3ResponseMetadata object from an existing ResponseMetadata
object.
- S3ServiceMetric - Class in com.amazonaws.services.s3.metrics
-
S3 specific service metrics in the form of "simulated enum".
- S3UploadByteCount - Static variable in class com.amazonaws.services.s3.metrics.S3ServiceMetric
-
- S3UploadThroughput - Static variable in class com.amazonaws.services.s3.metrics.S3ServiceMetric
-
- S3Versions - Class in com.amazonaws.services.s3.iterable
-
Provides an easy way to iterate Amazon S3 object versions in a "foreach"
statement.
- S3VersionSummary - Class in com.amazonaws.services.s3.model
-
Contains the summary of a version stored in an Amazon S3 bucket.
- S3VersionSummary() - Constructor for class com.amazonaws.services.s3.model.S3VersionSummary
-
- SECURITY_TOKEN - Static variable in interface com.amazonaws.services.s3.Headers
-
DevPay token header
- serialize() - Method in class com.amazonaws.services.s3.transfer.PersistableTransfer
-
Returns the serialized representation of the paused transfer state.
- serialize(OutputStream) - Method in class com.amazonaws.services.s3.transfer.PersistableTransfer
-
Writes the serialized representation of the paused transfer state to the
given OutputStream
.
- SERVER - Static variable in interface com.amazonaws.services.s3.Headers
-
- SERVER_SIDE_ENCRYPTION - Static variable in interface com.amazonaws.services.s3.Headers
-
Header for optional server-side encryption algorithm
- SERVER_SIDE_ENCRYPTION_AWS_KMS_KEYID - Static variable in interface com.amazonaws.services.s3.Headers
-
Header in the request and response indicating the AWS Key Management
System key id used for Server Side Encryption.
- SERVER_SIDE_ENCRYPTION_CUSTOMER_ALGORITHM - Static variable in interface com.amazonaws.services.s3.Headers
-
Header for the encryption algorithm used when encrypting the object with customer-provided keys
- SERVER_SIDE_ENCRYPTION_CUSTOMER_KEY - Static variable in interface com.amazonaws.services.s3.Headers
-
Header for the customer-provided key for server-side encryption
- SERVER_SIDE_ENCRYPTION_CUSTOMER_KEY_MD5 - Static variable in interface com.amazonaws.services.s3.Headers
-
Header for the MD5 digest of the customer-provided key for server-side encryption
- setAccessControlList(AccessControlList) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the optional access control list for the new object.
- setAccessControlList(AccessControlList) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional access control list for the new object.
- setAccessControlList(AccessControlList) - Method in class com.amazonaws.services.s3.model.CreateBucketRequest
-
Sets the optional access control list for the new bucket.
- setAccessControlList(AccessControlList) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Sets the optional access control list for the new upload.
- setAccessControlList(AccessControlList) - Method in class com.amazonaws.services.s3.model.PutInstructionFileRequest
-
Sets the optional access control list for the new object.
- setAdditionalDetails(Map<String, String>) - Method in exception com.amazonaws.services.s3.model.AmazonS3Exception
-
Sets additional information about the error response.
- setAlgorithm(String) - Method in class com.amazonaws.services.s3.model.SSECustomerKey
-
Sets the encryption algorithm to use with this customer-provided
server-side encryption key.
- setAllowedHeaders(List<String>) - Method in class com.amazonaws.services.s3.model.CORSRule
-
Sets the allowed headers for the rule.
- setAllowedHeaders(String...) - Method in class com.amazonaws.services.s3.model.CORSRule
-
- setAllowedMethods(List<CORSRule.AllowedMethods>) - Method in class com.amazonaws.services.s3.model.CORSRule
-
Sets the allowed methods of the rule.
- setAllowedMethods(CORSRule.AllowedMethods...) - Method in class com.amazonaws.services.s3.model.CORSRule
-
- setAllowedOrigins(List<String>) - Method in class com.amazonaws.services.s3.model.CORSRule
-
Sets the allowed origins of the rule.
- setAllowedOrigins(String...) - Method in class com.amazonaws.services.s3.model.CORSRule
-
- setBucket(String) - Method in class com.amazonaws.services.s3.model.S3ObjectIdBuilder
-
- setBucket(String) - Method in class com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest
-
Deprecated.
Use setBucketName(String) instead.
- setBucketAcl(SetBucketAclRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
-
- setBucketAcl(String, AccessControlList) - Method in interface com.amazonaws.services.s3.AmazonS3
-
- setBucketAcl(String, CannedAccessControlList) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets the
CannedAccessControlList
for the specified Amazon S3 bucket using one of
the pre-configured
CannedAccessControlLists
.
- setBucketAcl(String, AccessControlList) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setBucketAcl(String, AccessControlList, RequestMetricCollector) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setBucketAcl(SetBucketAclRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setBucketAcl(String, CannedAccessControlList) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setBucketAcl(String, CannedAccessControlList, RequestMetricCollector) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- SetBucketAclRequest - Class in com.amazonaws.services.s3.model
-
Request object containing all the options for setting a bucket's Access Control List (ACL).
- SetBucketAclRequest(String, AccessControlList) - Constructor for class com.amazonaws.services.s3.model.SetBucketAclRequest
-
Constructs a new SetBucketAclRequest object, ready to set the specified
ACL on the specified bucket when this request is executed.
- SetBucketAclRequest(String, CannedAccessControlList) - Constructor for class com.amazonaws.services.s3.model.SetBucketAclRequest
-
Constructs a new SetBucketAclRequest object, ready to set the specified
canned ACL on the specified bucket when this request is executed.
- setBucketARN(String) - Method in class com.amazonaws.services.s3.model.ReplicationDestinationConfig
-
Sets the destination bucket ARN for the replication rule.
- setBucketCrossOriginConfiguration(String, BucketCrossOriginConfiguration) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets the cross origin configuration for the specified bucket.
- setBucketCrossOriginConfiguration(SetBucketCrossOriginConfigurationRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets the cross origin configuration for the specified bucket.
- setBucketCrossOriginConfiguration(String, BucketCrossOriginConfiguration) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setBucketCrossOriginConfiguration(SetBucketCrossOriginConfigurationRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- SetBucketCrossOriginConfigurationRequest - Class in com.amazonaws.services.s3.model
-
Contains options for setting the cross origin configuration for a bucket.
- SetBucketCrossOriginConfigurationRequest(String, BucketCrossOriginConfiguration) - Constructor for class com.amazonaws.services.s3.model.SetBucketCrossOriginConfigurationRequest
-
- setBucketLifecycleConfiguration(String, BucketLifecycleConfiguration) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets the lifecycle configuration for the specified bucket.
- setBucketLifecycleConfiguration(SetBucketLifecycleConfigurationRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets the lifecycle configuration for the specified bucket.
- setBucketLifecycleConfiguration(String, BucketLifecycleConfiguration) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setBucketLifecycleConfiguration(SetBucketLifecycleConfigurationRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- SetBucketLifecycleConfigurationRequest - Class in com.amazonaws.services.s3.model
-
Contains options for setting the lifecycle configuration for a bucket.
- SetBucketLifecycleConfigurationRequest(String, BucketLifecycleConfiguration) - Constructor for class com.amazonaws.services.s3.model.SetBucketLifecycleConfigurationRequest
-
- setBucketLoggingConfiguration(SetBucketLoggingConfigurationRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets the logging configuration for the specified bucket.
- setBucketLoggingConfiguration(SetBucketLoggingConfigurationRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- SetBucketLoggingConfigurationRequest - Class in com.amazonaws.services.s3.model
-
Contains options for setting the logging configuration for a bucket.
- SetBucketLoggingConfigurationRequest(String, BucketLoggingConfiguration) - Constructor for class com.amazonaws.services.s3.model.SetBucketLoggingConfigurationRequest
-
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.AbortMultipartUploadRequest
-
Sets the name of the bucket containing the multipart upload to abort.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the name of an existing bucket where this request will
upload a new object to.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadRequest
-
Sets the name of the bucket containing the multipart upload to complete.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadResult
-
Sets the name of the bucket containing the completed multipart object.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.CreateBucketRequest
-
Sets the name of the Amazon S3 bucket to create.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.DeleteBucketPolicyRequest
-
Sets the name of the Amazon S3 bucket whose policy is being deleted.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.DeleteBucketRequest
-
Sets the name of the Amazon S3 bucket to delete.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.DeleteObjectRequest
-
Sets the name of the Amazon S3 bucket containing the object to delete.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.DeleteObjectsRequest
-
Sets the name of the Amazon S3 bucket containing the object(s) to delete.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.DeleteVersionRequest
-
Sets the name of the Amazon S3 bucket containing the version to delete.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Sets the name of the bucket involved in this request.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.GenericBucketRequest
-
Sets the name of the target bucket.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.GetBucketLocationRequest
-
Sets the name of the bucket whose location is being requested.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.GetBucketPolicyRequest
-
Sets the name of the Amazon S3 bucket whose policy is being retrieved.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.GetBucketWebsiteConfigurationRequest
-
Sets the name of the bucket whose website configuration is being
retrieved.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.GetObjectMetadataRequest
-
Sets the name of the bucket containing the object whose metadata is
being retrieved.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets the name of the bucket containing the object to be downloaded.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.GetRequestPaymentConfigurationRequest
-
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.HeadBucketRequest
-
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Sets the name of the bucket in which to create the new multipart upload,
and hence, the eventual object created from the multipart upload.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadResult
-
Sets the name of the bucket in which the new multipart upload was
initiated.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Sets the name of the bucket containing the multipart uploads to list.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.ListObjectsRequest
-
Sets the name of the Amazon S3 bucket whose objects are to be listed.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.ListPartsRequest
-
Sets the name of the bucket containing the multipart upload whose parts
are being listed.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Sets the name of the Amazon S3 bucket whose versions are to be listed.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
Sets the name of the bucket containing the listed multipart uploads, as
specified in the original request.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.ObjectListing
-
For internal use only.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.PartListing
-
Sets the name of the bucket containing the listed parts, as specified in
the original request.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.RestoreObjectRequest
-
Sets the name of the bucket containing the reference to the object to
restore which is now stored in Amazon Glacier.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.S3Object
-
Sets the name of the bucket in which this object is contained.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.S3ObjectSummary
-
Sets the name of the Amazon S3 bucket in which this object is stored.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.S3VersionSummary
-
Sets the name of the Amazon S3 bucket in which this version is stored.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.SetBucketCrossOriginConfigurationRequest
-
Sets the name of the bucket whose cross origin configuration is being set.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.SetBucketLifecycleConfigurationRequest
-
Sets the name of the bucket whose lifecycle configuration is being set.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.SetBucketLoggingConfigurationRequest
-
Sets the name of the bucket whose logging configuration is being set.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest
-
Sets the name of the bucket whose notification configuration is being
set.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.SetBucketPolicyRequest
-
Sets the name of the Amazon S3 bucket whose policy is being set.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.SetBucketReplicationConfigurationRequest
-
Sets the name of Amazon S3 bucket for replication configuration.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.SetBucketTaggingConfigurationRequest
-
Sets the name of the bucket whose tagging configuration is being set.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.SetBucketVersioningConfigurationRequest
-
Sets the name of the bucket whose versioning configuration is being set.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.SetBucketWebsiteConfigurationRequest
-
Sets the name of the bucket whose website configuration is to be updated.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.SetRequestPaymentConfigurationRequest
-
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the name of the bucket containing the existing, initiated multipart
upload, with which this new part will be associated.
- setBucketName(String) - Method in class com.amazonaws.services.s3.model.VersionListing
-
For internal use only.
- setBucketName(String) - Method in class com.amazonaws.services.s3.transfer.model.UploadResult
-
Sets the name of the bucket containing the uploaded object.
- setBucketNotificationConfiguration(SetBucketNotificationConfigurationRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets the notification configuration for the specified bucket.
- setBucketNotificationConfiguration(String, BucketNotificationConfiguration) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets the notification configuration for the specified bucket.
- setBucketNotificationConfiguration(String, BucketNotificationConfiguration) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setBucketNotificationConfiguration(SetBucketNotificationConfigurationRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setBucketNotificationConfiguration(BucketNotificationConfiguration) - Method in class com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest
-
Deprecated.
Use setNotificationConfiguration(BucketNotificationConfiguration) instead.
- SetBucketNotificationConfigurationRequest - Class in com.amazonaws.services.s3.model
-
Contains options for setting the notification configuration for a bucket.
- SetBucketNotificationConfigurationRequest(BucketNotificationConfiguration, String) - Constructor for class com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest
-
Deprecated.
Use SetBucketNotificationConfigurationRequest(String, BucketNotificationConfiguration) instead.
- SetBucketNotificationConfigurationRequest(String, BucketNotificationConfiguration) - Constructor for class com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest
-
- setBucketPolicy(String, String) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets the policy associated with the specified bucket.
- setBucketPolicy(SetBucketPolicyRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets the policy associated with the specified bucket.
- setBucketPolicy(String, String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setBucketPolicy(SetBucketPolicyRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- SetBucketPolicyRequest - Class in com.amazonaws.services.s3.model
-
Sets the policy associated with the specified bucket.
- SetBucketPolicyRequest(String, String) - Constructor for class com.amazonaws.services.s3.model.SetBucketPolicyRequest
-
Creates a new request object, ready to be executed to set an Amazon S3
bucket's policy.
- setBucketReplicationConfiguration(String, BucketReplicationConfiguration) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets a replication configuration for the Amazon S3 bucket.
- setBucketReplicationConfiguration(SetBucketReplicationConfigurationRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets a replication configuration for the Amazon S3 bucket.
- setBucketReplicationConfiguration(String, BucketReplicationConfiguration) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setBucketReplicationConfiguration(SetBucketReplicationConfigurationRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- SetBucketReplicationConfigurationRequest - Class in com.amazonaws.services.s3.model
-
- SetBucketReplicationConfigurationRequest() - Constructor for class com.amazonaws.services.s3.model.SetBucketReplicationConfigurationRequest
-
Creates a new SetReplicationConfigurationRequest.
- SetBucketReplicationConfigurationRequest(String, BucketReplicationConfiguration) - Constructor for class com.amazonaws.services.s3.model.SetBucketReplicationConfigurationRequest
-
Creates a new SetReplicationConfigurationRequest.
- setBucketTaggingConfiguration(String, BucketTaggingConfiguration) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets the tagging configuration for the specified bucket.
- setBucketTaggingConfiguration(SetBucketTaggingConfigurationRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets the tagging configuration for the specified bucket.
- setBucketTaggingConfiguration(String, BucketTaggingConfiguration) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setBucketTaggingConfiguration(SetBucketTaggingConfigurationRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- SetBucketTaggingConfigurationRequest - Class in com.amazonaws.services.s3.model
-
Contains options for setting the tagging configuration for a bucket.
- SetBucketTaggingConfigurationRequest(String, BucketTaggingConfiguration) - Constructor for class com.amazonaws.services.s3.model.SetBucketTaggingConfigurationRequest
-
- setBucketVersioningConfiguration(SetBucketVersioningConfigurationRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets the versioning configuration for the specified bucket.
- setBucketVersioningConfiguration(SetBucketVersioningConfigurationRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- SetBucketVersioningConfigurationRequest - Class in com.amazonaws.services.s3.model
-
Contains options for setting the versioning configuration for a bucket.
- SetBucketVersioningConfigurationRequest(String, BucketVersioningConfiguration) - Constructor for class com.amazonaws.services.s3.model.SetBucketVersioningConfigurationRequest
-
- SetBucketVersioningConfigurationRequest(String, BucketVersioningConfiguration, MultiFactorAuthentication) - Constructor for class com.amazonaws.services.s3.model.SetBucketVersioningConfigurationRequest
-
Constructs a new
SetBucketVersioningConfigurationRequest
to set the bucket versioning configuration of
the specified bucket, including the specified Multi-Factor Authentication
(MFA) information, which is required when changing the state of the MFA
Delete option.
- setBucketWebsiteConfiguration(String, BucketWebsiteConfiguration) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets the website configuration for the specified bucket.
- setBucketWebsiteConfiguration(SetBucketWebsiteConfigurationRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets the website configuration for the specified bucket.
- setBucketWebsiteConfiguration(String, BucketWebsiteConfiguration) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setBucketWebsiteConfiguration(SetBucketWebsiteConfigurationRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- SetBucketWebsiteConfigurationRequest - Class in com.amazonaws.services.s3.model
-
Request object for the parameters to set a bucket's website configuration.
- SetBucketWebsiteConfigurationRequest(String, BucketWebsiteConfiguration) - Constructor for class com.amazonaws.services.s3.model.SetBucketWebsiteConfigurationRequest
-
Creates a new request object, ready to be executed to set the specified
bucket's website configuration.
- setCacheControl(String) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Sets the optional Cache-Control HTTP header which allows the user to
specify caching behavior along the HTTP request/reply chain.
- setCacheControl(String) - Method in class com.amazonaws.services.s3.model.ResponseHeaderOverrides
-
Sets the cache control response header.
- setCannedAccessControlList(CannedAccessControlList) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the canned ACL to use for the newly copied object.
- setCannedAcl(CannedAccessControlList) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the optional pre-configured access control policy to use for the new
object.
- setCannedAcl(CannedAccessControlList) - Method in class com.amazonaws.services.s3.model.CreateBucketRequest
-
Sets the optional Canned ACL to set for the new bucket.
- setCannedACL(CannedAccessControlList) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Sets the optional canned Access Control List (ACL) to set permissions for
the new object created when the multipart upload is completed.
- setCannedAcl(CannedAccessControlList) - Method in class com.amazonaws.services.s3.model.PutInstructionFileRequest
-
Sets the optional pre-configured access control policy to use for the new
object.
- setCode(String) - Method in class com.amazonaws.services.s3.model.MultiObjectDeleteException.DeleteError
-
- setCommonPrefixes(List<String>) - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
For internal use only.
- setCommonPrefixes(List<String>) - Method in class com.amazonaws.services.s3.model.ObjectListing
-
For internal use only.
- setCommonPrefixes(List<String>) - Method in class com.amazonaws.services.s3.model.VersionListing
-
For internal use only.
- setCondition(RoutingRuleCondition) - Method in class com.amazonaws.services.s3.model.RoutingRule
-
Set the condition that must be met for the specified redirect to apply.
- setConfiguration(BucketWebsiteConfiguration) - Method in class com.amazonaws.services.s3.model.SetBucketWebsiteConfigurationRequest
-
Sets the website configuration to send as part of this request.
- setConfiguration(RequestPaymentConfiguration) - Method in class com.amazonaws.services.s3.model.SetRequestPaymentConfigurationRequest
-
- setConfiguration(TransferManagerConfiguration) - Method in class com.amazonaws.services.s3.transfer.TransferManager
-
Sets the configuration which specifies how
this TransferManager
processes requests.
- setConfigurations(Map<String, NotificationConfiguration>) - Method in class com.amazonaws.services.s3.model.BucketNotificationConfiguration
-
- setContentDisposition(String) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Sets the optional Content-Disposition HTTP header, which specifies
presentational information such as the recommended filename for the
object to be saved as.
- setContentDisposition(String) - Method in class com.amazonaws.services.s3.model.ResponseHeaderOverrides
-
Sets the content disposition response header override.
- setContentEncoding(String) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Sets the optional Content-Encoding HTTP header specifying what
content encodings have been applied to the object and what decoding
mechanisms must be applied in order to obtain the media-type referenced
by the Content-Type field.
- setContentEncoding(String) - Method in class com.amazonaws.services.s3.model.ResponseHeaderOverrides
-
Sets the content encoding response header override.
- setContentLanguage(String) - Method in class com.amazonaws.services.s3.model.ResponseHeaderOverrides
-
Sets the content language response header override
- setContentLength(long) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Sets the Content-Length HTTP header indicating the size of the
associated object in bytes.
- setContentMd5(String) - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Sets the expected content-md5 header of the request.
- setContentMD5(String) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Sets the base64 encoded 128-bit MD5 digest of the associated object
(content - not including headers) according to RFC 1864.
- setContentMd5(String) - Method in class com.amazonaws.services.s3.model.PutObjectResult
-
Sets the Base64-encoded MD5 hash of the object content that was
calculated on the client-side.
- setContentType(String) - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Sets the expected content-type of the request.
- setContentType(String) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Sets the Content-Type HTTP header indicating the type of content
stored in the associated object.
- setContentType(String) - Method in class com.amazonaws.services.s3.model.ResponseHeaderOverrides
-
Sets the content type response header override.
- setCreateEncryptionMaterial(boolean) - Method in class com.amazonaws.services.s3.model.EncryptedInitiateMultipartUploadRequest
-
- setCreationDate(Date) - Method in class com.amazonaws.services.s3.model.Bucket
-
For internal use only.
- setCrossOriginConfiguration(BucketCrossOriginConfiguration) - Method in class com.amazonaws.services.s3.model.SetBucketCrossOriginConfigurationRequest
-
Sets the new cross origin configuration for the specified bucket.
- setCryptoMode(CryptoMode) - Method in class com.amazonaws.services.s3.model.CryptoConfiguration
-
Sets the crypto mode; applicable only to the S3 encryption client.
- setCryptoProvider(Provider) - Method in class com.amazonaws.services.s3.model.CryptoConfiguration
-
Sets the crypto provider to the specified provider.
- setDate(Date) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Transition
-
Set the expiration date of this object.
- setDays(int) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.NoncurrentVersionTransition
-
Sets the time, in days, between when a new version of the object
is uploaded to the bucket and when older versions are archived.
- setDays(int) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Transition
-
Sets the time, in days, between when an object is uploaded to the
bucket and when it expires.
- setDeleteMarker(boolean) - Method in class com.amazonaws.services.s3.model.DeleteObjectsResult.DeletedObject
-
- setDeleteMarkerVersionId(String) - Method in class com.amazonaws.services.s3.model.DeleteObjectsResult.DeletedObject
-
- setDelimiter(String) - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Sets the optional delimiter parameter that causes multipart uploads for
keys that contain the same string between the prefix and the first
occurrence of the delimiter to be combined into a single result element
in the
MultipartUploadListing.getCommonPrefixes()
list.
- setDelimiter(String) - Method in class com.amazonaws.services.s3.model.ListObjectsRequest
-
Sets the optional delimiter parameter that causes keys that contain the
same string between the prefix and the first occurrence of the delimiter
to be combined into a single result element in the
ObjectListing.getCommonPrefixes()
list.
- setDelimiter(String) - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Sets the optional delimiter parameter that causes keys that contain the
same string between the prefix and the first occurrence of the delimiter
to be combined into a single result element in the
VersionListing.getCommonPrefixes()
list.
- setDelimiter(String) - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
For internal use only.
- setDelimiter(String) - Method in class com.amazonaws.services.s3.model.ObjectListing
-
For internal use only.
- setDelimiter(String) - Method in class com.amazonaws.services.s3.model.VersionListing
-
For internal use only.
- setDestinationBucketName(String) - Method in class com.amazonaws.services.s3.model.BucketLoggingConfiguration
-
Sets the destination bucket name for this logging configuration.
- setDestinationBucketName(String) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the destination bucket name which will contain the new,
copied object.
- setDestinationBucketName(String) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the destination bucket name which will contain the new,
copied object.
- setDestinationBucketName(String) - Method in class com.amazonaws.services.s3.transfer.model.CopyResult
-
Sets the destination bucket name which will contain the new, copied
object.
- setDestinationConfig(ReplicationDestinationConfig) - Method in class com.amazonaws.services.s3.model.ReplicationRule
-
Sets the destination configuration for the replication rule.
- setDestinationKey(String) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the destination bucket key under which the new, copied object
will be stored.
- setDestinationKey(String) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the destination bucket key under which the new, copied object
will be stored.
- setDestinationKey(String) - Method in class com.amazonaws.services.s3.transfer.model.CopyResult
-
Sets the destination bucket key under which the new, copied object will
be stored.
- setDestinationSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional customer-provided server-side encryption key to use to
encrypt the destination object being copied.
- setDestinationSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the optional customer-provided server-side encryption key to use to
encrypt the source object part being copied.
- setDeviceSerialNumber(String) - Method in class com.amazonaws.services.s3.model.MultiFactorAuthentication
-
Sets the serial number of the Multi-Factor Authentication device
associated with the caller's AWS account.
- setDisplayName(String) - Method in class com.amazonaws.services.s3.model.CanonicalGrantee
-
Sets the display name for this grantee.
- setDisplayName(String) - Method in class com.amazonaws.services.s3.model.Owner
-
Sets the display name of the owner.
- setEncodingType(String) - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Sets the optional encodingType
parameter indicating the
encoding method to be applied on the response.
- setEncodingType(String) - Method in class com.amazonaws.services.s3.model.ListObjectsRequest
-
Sets the optional encodingType
parameter indicating the
encoding method to be applied on the response.
- setEncodingType(String) - Method in class com.amazonaws.services.s3.model.ListPartsRequest
-
Sets the optional encodingType
parameter indicating the
encoding method to be applied on the response.
- setEncodingType(String) - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Sets the optional encodingType
parameter indicating the
encoding method to be applied on the response.
- setEncodingType(String) - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
For internal use only.
- setEncodingType(String) - Method in class com.amazonaws.services.s3.model.ObjectListing
-
For internal use only.
- setEncodingType(String) - Method in class com.amazonaws.services.s3.model.PartListing
-
For internal use only.
- setEncodingType(String) - Method in class com.amazonaws.services.s3.model.VersionListing
-
For internal use only.
- setEndpoint(String) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Overrides the default endpoint for this client.
- setEndpoint(String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setErrorDocument(String) - Method in class com.amazonaws.services.s3.model.BucketWebsiteConfiguration
-
Sets the complete path to the document to serve for 4xx errors.
- setErrorDocument(String) - Method in class com.amazonaws.services.s3.model.WebsiteConfiguration
-
- setETag(String) - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadResult
-
Sets the entity tag identifying the new object.
- setETag(String) - Method in class com.amazonaws.services.s3.model.CopyObjectResult
-
Sets the ETag value for the new object that was created from the
associated copy object request.
- setETag(String) - Method in class com.amazonaws.services.s3.model.CopyPartResult
-
Sets the ETag value for the new part that was created from the
associated copy object request.
- setETag(String) - Method in class com.amazonaws.services.s3.model.PartETag
-
Sets the entity tag generated from the content of the associated part.
- setETag(String) - Method in class com.amazonaws.services.s3.model.PartSummary
-
Sets the entity tag generated from the part content.
- setETag(String) - Method in class com.amazonaws.services.s3.model.PutObjectResult
-
Sets the ETag value for the new object that was created from the
associated putObject
request.
- setETag(String) - Method in class com.amazonaws.services.s3.model.S3ObjectSummary
-
Sets the hex encoded 128-bit MD5 hash of this object's contents as
computed by Amazon S3.
- setETag(String) - Method in class com.amazonaws.services.s3.model.S3VersionSummary
-
Sets the hex encoded 128-bit MD5 hash of this version's contents as
computed by Amazon S3.
- setETag(String) - Method in class com.amazonaws.services.s3.model.UploadPartResult
-
Sets the entity tag of the newly uploaded part.
- setETag(String) - Method in class com.amazonaws.services.s3.transfer.model.CopyResult
-
Sets the entity tag identifying the new object.
- setETag(String) - Method in class com.amazonaws.services.s3.transfer.model.UploadResult
-
Sets the entity tag identifying the new object.
- setEvents(Set<String>) - Method in class com.amazonaws.services.s3.model.NotificationConfiguration
-
- setExpiration(Date) - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Sets the expiration date at which point the new pre-signed URL will no
longer be accepted by Amazon S3.
- setExpirationDate(Date) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Sets the expiration date of the object.
- setExpirationInDays(int) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Sets the time, in days, between when an object is uploaded to the
bucket and when it expires.
- setExpirationInDays(int) - Method in class com.amazonaws.services.s3.model.RestoreObjectRequest
-
Sets the time, in days, between when an object is uploaded to the bucket
and when it expires.
- setExpirationTime(Date) - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadResult
-
Sets the expiration time for the object.
- setExpirationTime(Date) - Method in class com.amazonaws.services.s3.model.CopyObjectResult
-
Sets the expiration time for the object.
- setExpirationTime(Date) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
For internal use only.
- setExpirationTime(Date) - Method in class com.amazonaws.services.s3.model.PutObjectResult
-
Sets the expiration time for the object.
- setExpirationTimeRuleId(String) - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadResult
-
- setExpirationTimeRuleId(String) - Method in class com.amazonaws.services.s3.model.CopyObjectResult
-
- setExpirationTimeRuleId(String) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
- setExpirationTimeRuleId(String) - Method in class com.amazonaws.services.s3.model.PutObjectResult
-
- setExpires(String) - Method in class com.amazonaws.services.s3.model.ResponseHeaderOverrides
-
Sets the expires response header override.
- setExposedHeaders(List<String>) - Method in class com.amazonaws.services.s3.model.CORSRule
-
Sets the expose headers of the rule.
- setExposedHeaders(String...) - Method in class com.amazonaws.services.s3.model.CORSRule
-
- setExtendedRequestId(String) - Method in exception com.amazonaws.services.s3.model.AmazonS3Exception
-
Sets Amazon S3's extended request ID.
- setExtraMaterialDescription(ExtraMaterialsDescription) - Method in class com.amazonaws.services.s3.model.EncryptedGetObjectRequest
-
Sets the supplemental materials description for the encryption materials
to be used with the current request.
- setFile(File) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the path and name of the file
containing the data to be uploaded to Amazon S3.
- setFile(File) - Method in interface com.amazonaws.services.s3.model.S3DataSource
-
- setFile(File) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the file containing the data to upload.
- setFileOffset(long) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the optional offset in the specified file, at which to begin
uploading data for this part.
- setFirstByte(Long) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the optional zero-based byte offset to begin copying the source
object.
- setHeader(String, Object) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
For internal use only.
- setHostName(String) - Method in class com.amazonaws.services.s3.model.RedirectRule
-
Set the host name to use in the redirect request.
- setHttpErrorCodeReturnedEquals(String) - Method in class com.amazonaws.services.s3.model.RoutingRuleCondition
-
Set the HTTP error code when the redirect is applied.
- setHttpExpiresDate(Date) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Set the date when the object is no longer cacheable.
- setHttpRedirectCode(String) - Method in class com.amazonaws.services.s3.model.RedirectRule
-
Set the HTTP code to use in the redirect response.
- setId(String) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Sets the ID of this rule.
- setId(String) - Method in class com.amazonaws.services.s3.model.CORSRule
-
Sets the ID of this rule.
- setId(String) - Method in class com.amazonaws.services.s3.model.Owner
-
Sets the ID of the owner.
- setIdentifier(String) - Method in class com.amazonaws.services.s3.model.CanonicalGrantee
-
Sets the unique identifier for this grantee.
- setIdentifier(String) - Method in class com.amazonaws.services.s3.model.EmailAddressGrantee
-
Set the e-mail address as the grantee's ID.
- setIdentifier(String) - Method in interface com.amazonaws.services.s3.model.Grantee
-
Sets the identifier for this grantee.
- setIdentifier(String) - Method in enum com.amazonaws.services.s3.model.GroupGrantee
-
For internal use only.
- setIgnoreMissingInstructionFile(boolean) - Method in class com.amazonaws.services.s3.model.CryptoConfiguration
-
- setIndexDocumentSuffix(String) - Method in class com.amazonaws.services.s3.model.BucketWebsiteConfiguration
-
Sets the document to serve when a directory is specified (ex:
index.html).
- setIndexDocumentSuffix(String) - Method in class com.amazonaws.services.s3.model.WebsiteConfiguration
-
- setInitiated(Date) - Method in class com.amazonaws.services.s3.model.MultipartUpload
-
Sets the date at which this upload was initiated.
- setInitiator(Owner) - Method in class com.amazonaws.services.s3.model.MultipartUpload
-
Sets the user who initiated this multipart upload.
- setInitiator(Owner) - Method in class com.amazonaws.services.s3.model.PartListing
-
Sets the user who initiated the associated multipart upload.
- setInputStream(InputStream) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the input stream containing the data to be uploaded to Amazon S3.
- setInputStream(InputStream) - Method in interface com.amazonaws.services.s3.model.S3DataSource
-
- setInputStream(InputStream) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the stream containing the data to upload for the new part.
- setInstructionFileSuffix(String) - Method in class com.amazonaws.services.s3.model.EncryptedGetObjectRequest
-
Explicitly sets the suffix of an instruction file to be used to retrieve
the S3 encrypted object.
- setIsDeleteMarker(boolean) - Method in class com.amazonaws.services.s3.model.S3VersionSummary
-
Intended for internal use only in the Amazon S3 client code.
- setIsLatest(boolean) - Method in class com.amazonaws.services.s3.model.S3VersionSummary
-
For internal use only.
- setKey(String) - Method in class com.amazonaws.services.s3.model.AbortMultipartUploadRequest
-
Sets the key of the multipart upload to abort.
- setKey(String) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the key under which to store the new object.
- setKey(String) - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadRequest
-
Sets the key under which the multipart upload to complete is stored.
- setKey(String) - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadResult
-
Sets the key of the newly created object.
- setKey(String) - Method in class com.amazonaws.services.s3.model.DeleteObjectRequest
-
Sets the key of the object to delete.
- setKey(String) - Method in class com.amazonaws.services.s3.model.DeleteObjectsResult.DeletedObject
-
- setKey(String) - Method in class com.amazonaws.services.s3.model.DeleteVersionRequest
-
Sets the key of the version to delete.
- setKey(String) - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Sets the key of the object involved in this request.
- setKey(String) - Method in class com.amazonaws.services.s3.model.GetObjectMetadataRequest
-
Sets the key of the object whose metadata is being retrieved.
- setKey(String) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets the key under which the object to be downloaded is stored.
- setKey(String) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Sets the key by which to store the new multipart upload, and hence, the
eventual object created from the multipart upload.
- setKey(String) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadResult
-
Sets the object key for which the multipart upload was initiated.
- setKey(String) - Method in class com.amazonaws.services.s3.model.ListPartsRequest
-
Sets the key of the associated multipart upload whose parts are being
listed.
- setKey(String) - Method in class com.amazonaws.services.s3.model.MultiObjectDeleteException.DeleteError
-
- setKey(String) - Method in class com.amazonaws.services.s3.model.MultipartUpload
-
Sets the key by which this upload is stored.
- setKey(String) - Method in class com.amazonaws.services.s3.model.PartListing
-
Sets the key value specified in the original request used to identify
which multipart upload contains the parts to list.
- setKey(String) - Method in class com.amazonaws.services.s3.model.RestoreObjectRequest
-
Sets the key, the name of the reference to the object to restore, which
is now stored in Amazon Glacier.
- setKey(String) - Method in class com.amazonaws.services.s3.model.S3Object
-
Sets the key under which this object is stored.
- setKey(String) - Method in class com.amazonaws.services.s3.model.S3ObjectIdBuilder
-
- setKey(String) - Method in class com.amazonaws.services.s3.model.S3ObjectSummary
-
Sets the key under which this object is stored in Amazon S3.
- setKey(String) - Method in class com.amazonaws.services.s3.model.S3VersionSummary
-
Sets the key under which this version is stored in Amazon S3.
- setKey(String) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the key of the initiated multipart upload.
- setKey(String) - Method in class com.amazonaws.services.s3.transfer.model.UploadResult
-
Sets the key of the newly created object.
- setKeyMarker(String) - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Sets the optional key marker indicating where in the results to begin
listing.
- setKeyMarker(String) - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Sets the optional keyMarker
parameter indicating where in the sorted list
of all versions in the specified bucket to begin returning results.
- setKeyMarker(String) - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
Sets the optional key marker specified in the original request to specify
where in the results to begin listing multipart uploads.
- setKeyMarker(String) - Method in class com.amazonaws.services.s3.model.VersionListing
-
For internal use only.
- setKeyPrefixEquals(String) - Method in class com.amazonaws.services.s3.model.RoutingRuleCondition
-
Set the object key name prefix when the redirect is applied.
- setKeys(List<DeleteObjectsRequest.KeyVersion>) - Method in class com.amazonaws.services.s3.model.DeleteObjectsRequest
-
Sets the list of keys to delete from this bucket, clearing any existing
list of keys.
- setKeyWrapExpected(boolean) - Method in class com.amazonaws.services.s3.model.EncryptedGetObjectRequest
-
- setKmsRegion(Regions) - Method in class com.amazonaws.services.s3.model.CryptoConfiguration
-
Sets the KMS region for the AWS KMS client when such client is internally
instantiated instead of externally passed in by users; or null if no
explicit KMS region is explicitly configured.This KMS region parameter is
ignored when the AWS KMS client of the S3 encryption client is explicitly
passed in by the users, instead of being implicitly created.
- setLastByte(Long) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the optional zero-based byte offset to stop copying the source.
- setLastModified(Date) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
For internal use only.
- setLastModified(Date) - Method in class com.amazonaws.services.s3.model.PartSummary
-
Sets the date this part was last modified.
- setLastModified(Date) - Method in class com.amazonaws.services.s3.model.S3ObjectSummary
-
Sets the date, according to Amazon S3, this object
was last modified.
- setLastModified(Date) - Method in class com.amazonaws.services.s3.model.S3VersionSummary
-
Sets the date according to Amazon S3 at which this version was last
modified.
- setLastModifiedDate(Date) - Method in class com.amazonaws.services.s3.model.CopyObjectResult
-
Sets the date the newly copied object was last modified.
- setLastModifiedDate(Date) - Method in class com.amazonaws.services.s3.model.CopyPartResult
-
Sets the date the newly copied part was last modified.
- setLastPart(boolean) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Marks this part as the last part being uploaded in a multipart upload.
- setLifecycleConfiguration(BucketLifecycleConfiguration) - Method in class com.amazonaws.services.s3.model.SetBucketLifecycleConfigurationRequest
-
Sets the new lifecycle configuration for the specified bucket.
- setLocation(String) - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadResult
-
Sets the URL identifying the new multipart object.
- setLogFilePrefix(String) - Method in class com.amazonaws.services.s3.model.BucketLoggingConfiguration
-
Sets the log file prefix for this bucket logging configuration.
- setLoggingConfiguration(BucketLoggingConfiguration) - Method in class com.amazonaws.services.s3.model.SetBucketLoggingConfigurationRequest
-
Sets the logging configuration for the specified bucket.
- setMarker(String) - Method in class com.amazonaws.services.s3.model.ListObjectsRequest
-
Sets the optional marker parameter indicating where in the bucket to begin
listing.
- setMarker(String) - Method in class com.amazonaws.services.s3.model.ObjectListing
-
For internal use only.
- setMatchingETagConstraints(List<String>) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional list of ETag constraints that, when present, must
include a match for the source object's current ETag in order for the
copy object request to be executed.
- setMatchingETagConstraints(List<String>) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the optional list of ETag constraints that, when present,
must include a match for the source object's current ETag in order
for the copy object request to be executed.
- setMatchingETagConstraints(List<String>) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets the optional list of ETag constraints that when present must
include a match for the object's current ETag in order for this
request to be executed.
- setMaterialsDescription(Map<String, String>) - Method in class com.amazonaws.services.s3.model.EncryptedInitiateMultipartUploadRequest
-
sets the materials description for the encryption materials to be used with the current Multi Part Upload Request.
- setMaterialsDescription(Map<String, String>) - Method in class com.amazonaws.services.s3.model.EncryptedPutObjectRequest
-
sets the materials description for the encryption materials to be used with the current PutObjectRequest.
- setMaterialsDescription(Map<String, String>) - Method in class com.amazonaws.services.s3.model.UploadObjectRequest
-
Sets the materials description for the encryption materials to be used
with the current request.
- setMaxAgeSeconds(int) - Method in class com.amazonaws.services.s3.model.CORSRule
-
Sets the max age in seconds of the rule.
- setMaxKeys(Integer) - Method in class com.amazonaws.services.s3.model.ListObjectsRequest
-
Sets the optional maxKeys
parameter indicating the maximum number of keys to
include in the response.
- setMaxKeys(int) - Method in class com.amazonaws.services.s3.model.ObjectListing
-
For internal use only.
- setMaxKeys(int) - Method in class com.amazonaws.services.s3.model.VersionListing
-
For internal use only.
- setMaxParts(int) - Method in class com.amazonaws.services.s3.model.ListPartsRequest
-
Sets the optional maximum number of parts to be returned in the part
listing.
- setMaxParts(int) - Method in class com.amazonaws.services.s3.model.PartListing
-
Sets the optional max parts value specified in the original request to
limit how many parts are listed.
- setMaxResults(Integer) - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Sets the optional maxResults
parameter indicating the maximum number of results to
include in the response.
- setMaxUploads(Integer) - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Sets the optional maximum number of uploads to return.
- setMaxUploads(int) - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
Sets the optional maximum number of uploads to be listed, as specified in
the original request.
- setMd5(String) - Method in class com.amazonaws.services.s3.model.SSECustomerKey
-
Sets the optional MD5 digest (base64-encoded) of the encryption key to use when
encrypting the object.
- setMd5Digest(String) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the optional, but recommended, MD5 hash of the content of this part.
- setMessage(String) - Method in class com.amazonaws.services.s3.model.MultiObjectDeleteException.DeleteError
-
- setMetadata(ObjectMetadata) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the optional metadata instructing Amazon S3 how to handle the
uploaded data (e.g.
- setMethod(HttpMethod) - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Sets the HTTP method (GET, PUT, DELETE, HEAD) to be used in this request.
- setMfa(MultiFactorAuthentication) - Method in class com.amazonaws.services.s3.model.DeleteObjectsRequest
-
Sets the optional Multi-Factor Authentication information to include with
this request.
- setMfa(MultiFactorAuthentication) - Method in class com.amazonaws.services.s3.model.DeleteVersionRequest
-
Sets the optional Multi-Factor Authentication information to include with
this request.
- setMfa(MultiFactorAuthentication) - Method in class com.amazonaws.services.s3.model.SetBucketVersioningConfigurationRequest
-
Sets the optional Multi-Factor Authentication information to include with
this request.
- setMfaDeleteEnabled(Boolean) - Method in class com.amazonaws.services.s3.model.BucketVersioningConfiguration
-
Sets the status of Multi-Factor Authentication (MFA) Delete for a bucket.
- setMinimumUploadPartSize(long) - Method in class com.amazonaws.services.s3.transfer.TransferManagerConfiguration
-
Sets the minimum part size for upload parts.
- setModifiedSinceConstraint(Date) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional modified constraint that restricts this request
to executing only if the source object has been modified
after the specified date.
- setModifiedSinceConstraint(Date) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the optional modified constraint that restricts this request to
executing only if the source object has been modified after the
specified date.
- setModifiedSinceConstraint(Date) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets the optional modified constraint that restricts this request
to executing only if the object has been modified after the
specified date.
- setMultipartCopyPartSize(long) - Method in class com.amazonaws.services.s3.transfer.TransferManagerConfiguration
-
Sets the minimum part size in bytes for each part in a multi-part copy
request.
- setMultipartCopyThreshold(long) - Method in class com.amazonaws.services.s3.transfer.TransferManagerConfiguration
-
Sets the size threshold in bytes for when to use multi-part copy
requests.
- setMultipartUploads(List<MultipartUpload>) - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
Sets the list of multipart uploads.
- setMultipartUploadThreshold(long) - Method in class com.amazonaws.services.s3.transfer.TransferManagerConfiguration
-
Sets the size threshold in bytes for when to use multipart uploads.
- setName(String) - Method in class com.amazonaws.services.s3.model.Bucket
-
Sets the name of the bucket.
- setNewObjectMetadata(ObjectMetadata) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the object metadata to use for the new, copied object.
- setNextKeyMarker(String) - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
Sets the next key marker that should be used in the next request to get
the next page of results.
- setNextKeyMarker(String) - Method in class com.amazonaws.services.s3.model.VersionListing
-
For internal use only.
- setNextMarker(String) - Method in class com.amazonaws.services.s3.model.ObjectListing
-
For internal use only.
- setNextPartNumberMarker(int) - Method in class com.amazonaws.services.s3.model.PartListing
-
Sets the next part number marker.
- setNextUploadIdMarker(String) - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
Sets the next upload ID marker that should be used in the next request to
get the next page of results.
- setNextVersionIdMarker(String) - Method in class com.amazonaws.services.s3.model.VersionListing
-
For internal use only.
- setNoncurrentVersionExpirationInDays(int) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Sets the time, in days, between when a new version of the object is
uploaded to the bucket and when older versions of the object expire.
- setNoncurrentVersionTransition(BucketLifecycleConfiguration.NoncurrentVersionTransition) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Sets the transition describing how non-current versions of objects
will move between different storage classes in Amazon S3.
- setNonmatchingETagConstraints(List<String>) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional list of ETag constraints that, when present, must
not include a match for the source object's current ETag in order for
the copy object request to be executed.
- setNonmatchingETagConstraints(List<String>) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the optional list of ETag constraints that, when present, must
not include a match for the source object's current ETag in order for
the copy object request to be executed.
- setNonmatchingETagConstraints(List<String>) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets the optional list of ETag constraints that when present must
not include a match for the object's current ETag in order for this
request to be executed.
- setNotificationConfiguration(BucketNotificationConfiguration) - Method in class com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest
-
Sets the new notification configuration for the specified bucket.
- setObjectAcl(String, String, AccessControlList) - Method in interface com.amazonaws.services.s3.AmazonS3
-
- setObjectAcl(String, String, CannedAccessControlList) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets the
CannedAccessControlList
for the specified object in
Amazon S3 using one
of the pre-configured
CannedAccessControlLists
.
- setObjectAcl(String, String, String, AccessControlList) - Method in interface com.amazonaws.services.s3.AmazonS3
-
- setObjectAcl(String, String, String, CannedAccessControlList) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets the
CannedAccessControlList
for the specified object with the specified
version ID in Amazon S3 using one of the pre-configured
CannedAccessControlLists
.
- setObjectAcl(SetObjectAclRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Sets the
AccessControlList
for the specified Amazon S3 object
with an optional version ID.
- setObjectAcl(String, String, AccessControlList) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setObjectAcl(String, String, CannedAccessControlList) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setObjectAcl(String, String, String, AccessControlList) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setObjectAcl(String, String, String, AccessControlList, RequestMetricCollector) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setObjectAcl(String, String, String, CannedAccessControlList) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setObjectAcl(String, String, String, CannedAccessControlList, RequestMetricCollector) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setObjectAcl(SetObjectAclRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- SetObjectAclRequest - Class in com.amazonaws.services.s3.model
-
Request object containing all the options for setting a object's Access
Control List (ACL).
- SetObjectAclRequest(String, String, AccessControlList) - Constructor for class com.amazonaws.services.s3.model.SetObjectAclRequest
-
Constructs a new SetObjectAclRequest object, ready to set the specified
ACL on the specified object when this request is executed.
- SetObjectAclRequest(String, String, CannedAccessControlList) - Constructor for class com.amazonaws.services.s3.model.SetObjectAclRequest
-
Constructs a new SetObjectAclRequest object, ready to set the specified
ACL on the specified object when this request is executed.
- SetObjectAclRequest(String, String, String, AccessControlList) - Constructor for class com.amazonaws.services.s3.model.SetObjectAclRequest
-
Constructs a new SetObjectAclRequest object, ready to set the specified
ACL on the specified object when this request is executed.
- SetObjectAclRequest(String, String, String, CannedAccessControlList) - Constructor for class com.amazonaws.services.s3.model.SetObjectAclRequest
-
Constructs a new SetObjectAclRequest object, ready to set the specified
ACL on the specified object when this request is executed.
- setObjectContent(S3ObjectInputStream) - Method in class com.amazonaws.services.s3.model.S3Object
-
Sets the input stream containing this object's contents.
- setObjectContent(InputStream) - Method in class com.amazonaws.services.s3.model.S3Object
-
Sets the input stream containing this object's contents.
- setObjectMetadata(ObjectMetadata) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Sets the additional information about the new object being created, such
as content type, content encoding, user metadata, etc.
- setObjectMetadata(ObjectMetadata) - Method in class com.amazonaws.services.s3.model.S3Object
-
Sets the object metadata for this object.
- setObjectMetadata(ObjectMetadata) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the additional information about the part being uploaded.
- setObjectPrefixes(List<String>) - Method in class com.amazonaws.services.s3.model.NotificationConfiguration
-
- setObjectRedirectLocation(String, String, String) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Changes the Amazon S3 redirect location for a specific object.
- setObjectRedirectLocation(String, String, String) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setOngoingRestore(boolean) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
For internal use only.
- setOwner(Owner) - Method in class com.amazonaws.services.s3.model.AccessControlList
-
For internal use only.
- setOwner(Owner) - Method in class com.amazonaws.services.s3.model.Bucket
-
For internal use only.
- setOwner(Owner) - Method in class com.amazonaws.services.s3.model.MultipartUpload
-
Sets the owner of this multipart upload.
- setOwner(Owner) - Method in class com.amazonaws.services.s3.model.PartListing
-
Sets the user who owns the associated multipart upload.
- setOwner(Owner) - Method in class com.amazonaws.services.s3.model.S3ObjectSummary
-
Sets the owner of this object.
- setOwner(Owner) - Method in class com.amazonaws.services.s3.model.S3VersionSummary
-
For internal use only.
- setPartETags(List<PartETag>) - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadRequest
-
Sets the list of part numbers and ETags that identify the individual
parts of the multipart upload to complete.
- setPartNumber(int) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the part number describing this part's position relative to the
other parts in the multipart upload.
- setPartNumber(int) - Method in class com.amazonaws.services.s3.model.CopyPartResult
-
Sets the part number of the newly copied part.
- setPartNumber(int) - Method in class com.amazonaws.services.s3.model.PartETag
-
Sets the part number of the associated part.
- setPartNumber(int) - Method in class com.amazonaws.services.s3.model.PartSummary
-
Sets the part number describing this part's position relative to the
other parts in the multipart upload.
- setPartNumber(int) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the part number describing this part's position relative to the
other parts in the multipart upload.
- setPartNumber(int) - Method in class com.amazonaws.services.s3.model.UploadPartResult
-
Sets the part number of the newly uploaded part.
- setPartNumberMarker(Integer) - Method in class com.amazonaws.services.s3.model.ListPartsRequest
-
Sets the optional part number marker indicating where in the results to
being listing parts.
- setPartNumberMarker(int) - Method in class com.amazonaws.services.s3.model.PartListing
-
Sets the optional part number marker specified in the original request to
specify where in the results to begin listing parts.
- setParts(List<PartSummary>) - Method in class com.amazonaws.services.s3.model.PartListing
-
Sets the list of parts described in this part listing.
- setPartSize(long) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the size of this part, in bytes.
- setPathStyleAccess(boolean) - Method in class com.amazonaws.services.s3.S3ClientOptions
-
Configures the client to use path-style access for all requests.
- setPayer(RequestPaymentConfiguration.Payer) - Method in class com.amazonaws.services.s3.model.RequestPaymentConfiguration
-
- setPolicyText(String) - Method in class com.amazonaws.services.s3.model.BucketPolicy
-
Sets the raw policy JSON text.
- setPolicyText(String) - Method in class com.amazonaws.services.s3.model.SetBucketPolicyRequest
-
Sets the policy to apply to the specified bucket.
- setPrefix(String) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Sets the key prefix for which this rule will apply.
- setPrefix(String) - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Sets the optional prefix parameter, restricting the response to multipart
uploads for keys that begin with the specified prefix.
- setPrefix(String) - Method in class com.amazonaws.services.s3.model.ListObjectsRequest
-
Sets the optional prefix parameter, restricting the response to keys that
begin with the specified prefix.
- setPrefix(String) - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Sets the optional prefix parameter restricting the response to keys that
begin with the specified prefix.
- setPrefix(String) - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
For internal use only.
- setPrefix(String) - Method in class com.amazonaws.services.s3.model.ObjectListing
-
For internal use only.
- setPrefix(String) - Method in class com.amazonaws.services.s3.model.ReplicationRule
-
Sets the Amazon S3 Object prefix for the replication rule.
- setPrefix(String) - Method in class com.amazonaws.services.s3.model.VersionListing
-
For internal use only.
- setProgressListener(ProgressListener) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Deprecated.
use AmazonWebServiceRequest.setGeneralProgressListener(ProgressListener)
instead.
- setProgressListener(ProgressListener) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Deprecated.
use AmazonWebServiceRequest.setGeneralProgressListener(ProgressListener)
instead.
- setProgressListener(ProgressListener) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Deprecated.
use AmazonWebServiceRequest.setGeneralProgressListener(ProgressListener)
instead.
- setProtocol(String) - Method in class com.amazonaws.services.s3.model.RedirectRule
-
Set the protocol to use in the redirect request.
- setQuiet(boolean) - Method in class com.amazonaws.services.s3.model.DeleteObjectsRequest
-
Sets the quiet element for this request.
- setRange(long, long) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets the optional inclusive byte range within the desired object that
will be downloaded by this request.
- setRedirect(RedirectRule) - Method in class com.amazonaws.services.s3.model.RoutingRule
-
Set the redirect information.
- setRedirectAllRequestsTo(RedirectRule) - Method in class com.amazonaws.services.s3.model.BucketWebsiteConfiguration
-
Sets the redirect information where all requests will be redirect to.
- setRedirectAllRequestsTo(String) - Method in class com.amazonaws.services.s3.model.WebsiteConfiguration
-
- setRedirectLocation(String) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the optional redirect location for the new object.
- setRedirectLocation(String) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional redirect location for the newly copied object.
- setRedirectLocation(String) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Sets the optional redirect location for the new object.
- setRedirectLocation(String) - Method in class com.amazonaws.services.s3.model.PutInstructionFileRequest
-
Sets the optional redirect location for the new object.
- setRedirectLocation(String) - Method in class com.amazonaws.services.s3.model.S3Object
-
Sets the redirect location for this object.
- setRegion(Region) - Method in interface com.amazonaws.services.s3.AmazonS3
-
- setRegion(Region) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
- setRegion(String) - Method in class com.amazonaws.services.s3.model.CreateBucketRequest
-
Sets the name of the Amazon S3 region in which this bucket will be created.
- setReplaceKeyPrefixWith(String) - Method in class com.amazonaws.services.s3.model.RedirectRule
-
Set the object prefix key to use in the redirect request.
- setReplaceKeyWith(String) - Method in class com.amazonaws.services.s3.model.RedirectRule
-
Set the specific key to use in the redirect request.
- setReplicationConfiguration(BucketReplicationConfiguration) - Method in class com.amazonaws.services.s3.model.SetBucketReplicationConfigurationRequest
-
Sets the replication configuration for an Amazon S3 bucket.
- setRequesterCharged(boolean) - Method in class com.amazonaws.services.s3.model.S3Object
-
Used for downloading an Amazon S3 Object from a Requester Pays Bucket.
- setRequesterPays(boolean) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Used for downloading an Amazon S3 Object from a Requester Pays Bucket.
- SetRequestPaymentConfigurationRequest - Class in com.amazonaws.services.s3.model
-
Request object for setting the request payment configuration associated with
an Amazon S3 bucket.
- SetRequestPaymentConfigurationRequest(String, RequestPaymentConfiguration) - Constructor for class com.amazonaws.services.s3.model.SetRequestPaymentConfigurationRequest
-
- setResponseHeaders(ResponseHeaderOverrides) - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Sets the headers to be overridden in the service response.
- setResponseHeaders(ResponseHeaderOverrides) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets the headers to be overridden in the service response.
- setRestoreExpirationTime(Date) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
For internal use only.
- setRoleARN(String) - Method in class com.amazonaws.services.s3.model.BucketReplicationConfiguration
-
Sets the IAM role that will be used by Amazon S3 while replication.
- setRoutingRules(List<RoutingRule>) - Method in class com.amazonaws.services.s3.model.BucketWebsiteConfiguration
-
Set the list of routing rules that can be used for configuring redirects
if certain conditions are meet.
- setRoutingRules(List<RoutingRule>) - Method in class com.amazonaws.services.s3.model.WebsiteConfiguration
-
- setRules(List<CORSRule>) - Method in class com.amazonaws.services.s3.model.BucketCrossOriginConfiguration
-
Sets the rules that comprise this configuration.
- setRules(List<BucketLifecycleConfiguration.Rule>) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration
-
Sets the rules that comprise this configuration.
- setRules(Map<String, ReplicationRule>) - Method in class com.amazonaws.services.s3.model.BucketReplicationConfiguration
-
Sets the replication rules for the Amazon S3 bucket.
- setS3ClientOptions(S3ClientOptions) - Method in interface com.amazonaws.services.s3.AmazonS3
-
Override the default S3 client options for this client.
- setS3ClientOptions(S3ClientOptions) - Method in class com.amazonaws.services.s3.AmazonS3Client
-
Override the default S3 client options for this client.
- setS3ObjectId(S3ObjectId) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets the S3 object id for this request.
- setServerSideEncryption(String) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
- setSize(long) - Method in class com.amazonaws.services.s3.model.PartSummary
-
Sets the size of this part, in bytes.
- setSize(long) - Method in class com.amazonaws.services.s3.model.S3ObjectSummary
-
Sets the size of this object in bytes.
- setSize(long) - Method in class com.amazonaws.services.s3.model.S3VersionSummary
-
Sets the size of this version in bytes.
- setSourceBucketName(String) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the name of the bucket containing the source object to be copied.
- setSourceBucketName(String) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the name of the bucket containing the source object to be copied.
- setSourceBucketName(String) - Method in class com.amazonaws.services.s3.transfer.model.CopyResult
-
Sets the name of the bucket containing the source object to be copied.
- setSourceKey(String) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the source bucket key under which the source object to be
copied is stored.
- setSourceKey(String) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the source bucket key under which the source object to be copied is
stored.
- setSourceKey(String) - Method in class com.amazonaws.services.s3.transfer.model.CopyResult
-
Sets the source bucket key under which the source object to be copied is
stored.
- setSourceSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional customer-provided server-side encryption key to use to
decrypt the source object being copied.
- setSourceSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the optional customer-provided server-side encryption key to use to
decrypt the source object part being copied.
- setSourceVersionId(String) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional version ID specifying which version of the source
object to copy.
- setSourceVersionId(String) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the optional version ID specifying which version of the source
object to copy.
- setSSEAlgorithm(String) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Sets the server-side encryption algorithm when encrypting the object
using AWS-managed keys.
- setSSEAwsKeyManagementParams(SSEAwsKeyManagementParams) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the AWS Key Management System parameters used to encrypt the object
on server side.
- setSSEAwsKeyManagementParams(SSEAwsKeyManagementParams) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the AWS Key Management System parameters used to encrypt the object
on server side.
- setSSEAwsKeyManagementParams(SSEAwsKeyManagementParams) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Sets the AWS Key Management System parameters used to encrypt the object
on server side.
- setSSECustomerAlgorithm(String) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
For internal use only.
- setSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the optional customer-provided server-side encryption key to use to
encrypt the uploaded object.
- setSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Sets the customer-provided server-side encryption key to use as part of
the generated pre-signed URL.
- setSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.GetObjectMetadataRequest
-
Sets the optional customer-provided server-side encryption key to use
when retrieving the metadata of a server-side encrypted object.
- setSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets the optional customer-provided server-side encryption key to use to
decrypt this object.
- setSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Sets the optional customer-provided server-side encryption key to use to
encrypt the upload being started.
- setSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the optional customer-provided server-side encryption key to use to
encrypt the object part being uploaded.
- setSSECustomerKeyMd5(String) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
For internal use only.
- setStatus(String) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Sets the status of this rule.
- setStatus(String) - Method in class com.amazonaws.services.s3.model.BucketVersioningConfiguration
-
Sets the desired status of versioning for this bucket versioning
configuration object.
- setStatus(String) - Method in class com.amazonaws.services.s3.model.ReplicationRule
-
Sets the status of this replication rule.
- setStatus(ReplicationRuleStatus) - Method in class com.amazonaws.services.s3.model.ReplicationRule
-
Sets the status of this replication rule.
- setStorageClass(String) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the optional Amazon S3 storage class to use when storing the new
object.
- setStorageClass(StorageClass) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the optional Amazon S3 storage class to use when storing the new
object.
- setStorageClass(StorageClass) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.NoncurrentVersionTransition
-
Sets the storage class of this object.
- setStorageClass(StorageClass) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Transition
-
Sets the storage class of this object.
- setStorageClass(String) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional Amazon S3 storage class to use when storing the newly
copied object.
- setStorageClass(StorageClass) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional Amazon S3 storage class to use when storing the newly
copied object.
- setStorageClass(StorageClass) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Sets the optional storage class to use when storing this upload's data in
S3.
- setStorageClass(String) - Method in class com.amazonaws.services.s3.model.MultipartUpload
-
Sets the storage class indicating how the data in this multipart upload
will be stored.
- setStorageClass(String) - Method in class com.amazonaws.services.s3.model.PartListing
-
Sets the class of storage used for the parts in the associated multipart
upload.
- setStorageClass(String) - Method in class com.amazonaws.services.s3.model.PutInstructionFileRequest
-
Sets the optional Amazon S3 storage class to use when storing the new
object.
- setStorageClass(StorageClass) - Method in class com.amazonaws.services.s3.model.PutInstructionFileRequest
-
Sets the optional Amazon S3 storage class to use when storing the new
object.
- setStorageClass(String) - Method in class com.amazonaws.services.s3.model.S3ObjectSummary
-
Sets the storage class used by Amazon S3 for this object.
- setStorageClass(String) - Method in class com.amazonaws.services.s3.model.S3VersionSummary
-
Sets the storage class used by Amazon S3 for this version.
- setStorageMode(CryptoStorageMode) - Method in class com.amazonaws.services.s3.model.CryptoConfiguration
-
Sets the storage mode to the specified mode.
- setTag(String, String) - Method in class com.amazonaws.services.s3.model.TagSet
-
Sets the value of the tag for a given key.
- setTaggingConfiguration(BucketTaggingConfiguration) - Method in class com.amazonaws.services.s3.model.SetBucketTaggingConfigurationRequest
-
Sets the new tagging configuration for the specified bucket.
- setTagSets(Collection<TagSet>) - Method in class com.amazonaws.services.s3.model.BucketTaggingConfiguration
-
- setToken(String) - Method in class com.amazonaws.services.s3.model.MultiFactorAuthentication
-
Sets the current unique Multi-Factor Authentication token generated by
the device associated with the caller's AWS account.
- setTopicConfigurations(Collection<BucketNotificationConfiguration.TopicConfiguration>) - Method in class com.amazonaws.services.s3.model.BucketNotificationConfiguration
-
Deprecated.
- setTotalBytesToTransfer(long) - Method in class com.amazonaws.services.s3.transfer.TransferProgress
-
- setTransition(BucketLifecycleConfiguration.Transition) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Sets the transition describing how this object will move between
different storage classes in Amazon S3.
- setTruncated(boolean) - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
Sets whether this listing is truncated, and additional requests need to
be made to get more results.
- setTruncated(boolean) - Method in class com.amazonaws.services.s3.model.ObjectListing
-
For internal use only.
- setTruncated(boolean) - Method in class com.amazonaws.services.s3.model.PartListing
-
Sets whether or not this listing is truncated, and additional requests
need to be made to get more results.
- setTruncated(boolean) - Method in class com.amazonaws.services.s3.model.VersionListing
-
For internal use only.
- setUnmodifiedSinceConstraint(Date) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional unmodified constraint that restricts this request
to executing only if the source object has not been
modified after the specified date.
- setUnmodifiedSinceConstraint(Date) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the optional unmodified constraint that restricts this request to
executing only if the source object has not been modified after
the specified date.
- setUnmodifiedSinceConstraint(Date) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets the optional unmodified constraint that restricts this request
to executing only if the object has not been modified after
the specified date.
- setUploadId(String) - Method in class com.amazonaws.services.s3.model.AbortMultipartUploadRequest
-
Sets the ID of the upload to abort.
- setUploadId(String) - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadRequest
-
Sets the ID of the multipart upload to complete.
- setUploadId(String) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the ID of the existing, initiated multipart upload with which this
new part will be associated.
- setUploadId(String) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadResult
-
Sets the initiated multipart upload ID.
- setUploadId(String) - Method in class com.amazonaws.services.s3.model.ListPartsRequest
-
Sets the ID of the multipart upload whose parts are being listed.
- setUploadId(String) - Method in class com.amazonaws.services.s3.model.MultipartUpload
-
Sets the unique ID of this multipart upload.
- setUploadId(String) - Method in class com.amazonaws.services.s3.model.PartListing
-
Sets the upload ID value specified in the original request used to
identify which multipart upload contains the parts to list.
- setUploadId(String) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the ID of the existing, initiated multipart upload with which this
new part will be associated.
- setUploadIdMarker(String) - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Sets the optional upload ID marker indicating where in the results to
begin listing.
- setUploadIdMarker(String) - Method in class com.amazonaws.services.s3.model.MultipartUploadListing
-
Sets the optional upload ID marker specified in the original request to
specify where in the results to begin listing multipart uploads.
- setUploadPartMetadata(ObjectMetadata) - Method in class com.amazonaws.services.s3.model.UploadObjectRequest
-
Sets the optional metadata to be included in each UploadPart request.
- setUserMetadata(Map<String, String>) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
-
Sets the custom user-metadata for the associated object.
- setVersionId(String) - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadResult
-
Sets the version ID of the new object, only present if versioning has
been enabled for the bucket.
- setVersionId(String) - Method in class com.amazonaws.services.s3.model.CopyObjectResult
-
Sets the version ID of the newly copied object.
- setVersionId(String) - Method in class com.amazonaws.services.s3.model.CopyPartResult
-
Sets the version ID of the source object.
- setVersionId(String) - Method in class com.amazonaws.services.s3.model.DeleteObjectsResult.DeletedObject
-
- setVersionId(String) - Method in class com.amazonaws.services.s3.model.DeleteVersionRequest
-
Sets the version ID uniquely identifying which version of the
object to delete.
- setVersionId(String) - Method in class com.amazonaws.services.s3.model.GetObjectMetadataRequest
-
Sets the optional version ID of the object version whose metadata is
being retrieved.
- setVersionId(String) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets the optional version ID specifying which version of the object to
download.
- setVersionId(String) - Method in class com.amazonaws.services.s3.model.MultiObjectDeleteException.DeleteError
-
- setVersionId(String) - Method in class com.amazonaws.services.s3.model.PutObjectResult
-
Sets the optional version ID of the newly uploaded object.
- setVersionId(String) - Method in class com.amazonaws.services.s3.model.RestoreObjectRequest
-
Sets the id of the version to be restored.
- setVersionId(String) - Method in class com.amazonaws.services.s3.model.S3ObjectIdBuilder
-
- setVersionId(String) - Method in class com.amazonaws.services.s3.model.S3VersionSummary
-
Sets the version ID which uniquely identifies this version of an object.
- setVersionId(String) - Method in class com.amazonaws.services.s3.transfer.model.CopyResult
-
Sets the version ID of the new object, only present if versioning has
been enabled for the bucket.
- setVersionId(String) - Method in class com.amazonaws.services.s3.transfer.model.UploadResult
-
Sets the version ID of the new object, only present if versioning has
been enabled for the bucket.
- setVersionIdMarker(String) - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Sets the optional versionIdMarker
parameter indicating where in the
sorted list of all versions in the specified bucket to begin returning
results.
- setVersionIdMarker(String) - Method in class com.amazonaws.services.s3.model.VersionListing
-
For internal use only.
- setVersioningConfiguration(BucketVersioningConfiguration) - Method in class com.amazonaws.services.s3.model.SetBucketVersioningConfigurationRequest
-
Sets the new versioning configuration for the specified bucket.
- setVersionSummaries(List<S3VersionSummary>) - Method in class com.amazonaws.services.s3.model.VersionListing
-
For internal use only.
- shutdown() - Method in class com.amazonaws.services.s3.AmazonS3EncryptionClient
- shutdownNow() - Method in class com.amazonaws.services.s3.transfer.TransferManager
-
Forcefully shuts down this TransferManager instance - currently executing
transfers will not be allowed to finish.
- shutdownNow(boolean) - Method in class com.amazonaws.services.s3.transfer.TransferManager
-
Forcefully shuts down this TransferManager instance - currently executing
transfers will not be allowed to finish.
- SimpleMaterialProvider - Class in com.amazonaws.services.s3.model
-
- SimpleMaterialProvider() - Constructor for class com.amazonaws.services.s3.model.SimpleMaterialProvider
-
- size - Variable in class com.amazonaws.services.s3.model.S3ObjectSummary
-
The size of this object, in bytes
- size() - Method in class com.amazonaws.services.s3.model.SimpleMaterialProvider
-
- skip(long) - Method in class com.amazonaws.auth.AwsChunkedEncodingInputStream
-
- SSEAwsKeyManagementParams - Class in com.amazonaws.services.s3.model
-
- SSEAwsKeyManagementParams() - Constructor for class com.amazonaws.services.s3.model.SSEAwsKeyManagementParams
-
Constructs a new instance of SSEAwsKeyManagementParams.
- SSEAwsKeyManagementParams(String) - Constructor for class com.amazonaws.services.s3.model.SSEAwsKeyManagementParams
-
Constructs a new instance of SSEAwsKeyManagementParams with the user
specified AWS Key Management System Key Id.
- SSEAwsKeyManagementParamsProvider - Interface in com.amazonaws.services.s3.model
-
Implemented by classes that support the option of using SSE with AWS Key
Management System.
- SSECustomerKey - Class in com.amazonaws.services.s3.model
-
Represents a customer provided key for use with Amazon S3 server-side
encryption.
- SSECustomerKey(String) - Constructor for class com.amazonaws.services.s3.model.SSECustomerKey
-
Constructs a new customer provided server-side encryption key using the specified
base64-encoded key material.
- SSECustomerKey(byte[]) - Constructor for class com.amazonaws.services.s3.model.SSECustomerKey
-
Constructs a new customer provided server-side encryption key using the
specified raw key material.
- SSECustomerKey(SecretKey) - Constructor for class com.amazonaws.services.s3.model.SSECustomerKey
-
Constructs a new customer provided server-side encryption key using the
specified SecretKey.
- SSECustomerKeyProvider - Interface in com.amazonaws.services.s3.model
-
Implemented by classes that support the option of using SSE Customer key.
- StaticEncryptionMaterialsProvider - Class in com.amazonaws.services.s3.model
-
Simple implementation of EncryptionMaterialsProvider that just wraps static
EncryptionMaterials.
- StaticEncryptionMaterialsProvider(EncryptionMaterials) - Constructor for class com.amazonaws.services.s3.model.StaticEncryptionMaterialsProvider
-
- STORAGE_CLASS - Static variable in interface com.amazonaws.services.s3.Headers
-
Header describing what class of storage a user wants
- storageClass - Variable in class com.amazonaws.services.s3.model.S3ObjectSummary
-
The class of storage used by Amazon S3 to store this object
- StorageClass - Enum in com.amazonaws.services.s3.model
-
Specifies constants that define Amazon S3 storage classes.
- SUSPENDED - Static variable in class com.amazonaws.services.s3.model.BucketVersioningConfiguration
-
S3 bucket versioning status indicating that versioning is suspended for a
bucket.
- waitForCompletion() - Method in interface com.amazonaws.services.s3.transfer.Transfer
-
Waits for this transfer to complete.
- waitForCopyResult() - Method in interface com.amazonaws.services.s3.transfer.Copy
-
Waits for the copy request to complete and returns the result of this
request.
- waitForException() - Method in interface com.amazonaws.services.s3.transfer.Transfer
-
Waits for this transfer to finish and returns any error that occurred, or
returns null
if no errors occurred.
- waitForUploadResult() - Method in interface com.amazonaws.services.s3.transfer.Upload
-
Waits for this upload to complete and returns the result of this upload.
- WebsiteConfiguration - Class in com.amazonaws.services.s3.model
-
- WebsiteConfiguration() - Constructor for class com.amazonaws.services.s3.model.WebsiteConfiguration
-
- withAccessControlList(AccessControlList) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the optional access control list for the new object.
- withAccessControlList(AccessControlList) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional access control list for the new object.
- withAccessControlList(AccessControlList) - Method in class com.amazonaws.services.s3.model.CreateBucketRequest
-
Sets the optional access control list for the new bucket.
- withAccessControlList(AccessControlList) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Sets the optional access control list for the new upload.
- withAccessControlList(AccessControlList) - Method in class com.amazonaws.services.s3.model.PutInstructionFileRequest
-
Sets the optional access control list for the new object.
- withAccessControlList(AccessControlList) - Method in class com.amazonaws.services.s3.model.PutObjectRequest
-
- withAlgorithm(String) - Method in class com.amazonaws.services.s3.model.SSECustomerKey
-
Sets the encryption algorithm to use with this customer-provided
server-side encryption key, and returns this object so that method calls
can be chained together.
- withAllowedHeaders(List<String>) - Method in class com.amazonaws.services.s3.model.CORSRule
-
Sets the allowed headers of this rule and returns a reference to this object for
method chaining.
- withAllowedMethods(List<CORSRule.AllowedMethods>) - Method in class com.amazonaws.services.s3.model.CORSRule
-
Sets the allowed methods of this rule and returns a reference to this object for
method chaining.
- withAllowedOrigins(List<String>) - Method in class com.amazonaws.services.s3.model.CORSRule
-
Sets the allowed origins of this rule and returns a reference to this object for
method chaining.
- withBatchSize(int) - Method in class com.amazonaws.services.s3.iterable.S3Objects
-
Sets the batch size, i.e., how many
S3ObjectSummary
s will be
fetched at once.
- withBatchSize(int) - Method in class com.amazonaws.services.s3.iterable.S3Versions
-
- withBucket(String) - Method in class com.amazonaws.services.s3.model.S3ObjectIdBuilder
-
- withBucketARN(String) - Method in class com.amazonaws.services.s3.model.ReplicationDestinationConfig
-
Sets the destination bucket ARN for the replication rule.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.AbortMultipartUploadRequest
-
Sets the name of the bucket containing the multipart upload to abort and
returns the updated object so that additional calls can be chained
together.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the name of the bucket where this request will upload a new
object to.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadRequest
-
Sets the name of the bucket containing the multipart upload to complete,
and returns this updated CompleteMultipartUploadRequest so that
additional method calls can be chained together.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.DeleteBucketPolicyRequest
-
Sets the name of the Amazon S3 bucket whose policy is being deleted, and
returns the updated request object so that additional method calls can be
chained together.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.DeleteObjectRequest
-
Sets the name of the Amazon S3 bucket containing the object to delete
and returns this object, enabling additional method calls to be chained
together.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.DeleteObjectsRequest
-
Sets the name of the Amazon S3 bucket containing the object(s) to delete
and returns this object, enabling additional method calls to be chained
together.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.DeleteVersionRequest
-
Sets the name of the Amazon S3 bucket containing the version to delete.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Sets the name of the bucket involved in this request, and returns this
request object to enable additional method calls to be chained together.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.GenericBucketRequest
-
Sets the name of the target bucket, and returns this updated request
object so that additional method calls can be chained together.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.GetBucketLocationRequest
-
Sets the name of the bucket whose location is being requested, and
returns this updated object so that additional method calls can be
chained together.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.GetBucketPolicyRequest
-
Sets the name of the Amazon S3 bucket whose policy is being retrieved,
and returns the updated request object so that additional method calls
can be chained together.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.GetBucketWebsiteConfigurationRequest
-
Sets the name of the bucket whose website configuration is being
retrieved, and returns this updated request object so that additional
method calls can be chained together.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.GetObjectMetadataRequest
-
Sets the name of the bucket containing the object whose metadata is
being retrieved.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets the name of the bucket containing the object to be downloaded.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Sets the name of the bucket in which to create the new multipart upload,
and hence, the eventual object created from the multipart upload.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Sets The name of the bucket containing the uploads to list, and returns
this updated ListMultipartUploadsRequest object so that additional method
calls can be chained together.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.ListObjectsRequest
-
Sets the name of the Amazon S3 bucket whose objects are to be listed.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.ListPartsRequest
-
Sets the BucketName property for this request.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Sets the name of the Amazon S3 bucket whose versions are to be listed.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.PutObjectRequest
-
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.RestoreObjectRequest
-
Sets the name of the bucket containing the reference to the object to
restore which is now stored in Amazon Glacier, and returns a reference
to this object(RestoreObjectRequest) for method chaining.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.SetBucketCrossOriginConfigurationRequest
-
Sets the name of the bucket whose cross origin configuration is being set,
and returns this object so that additional method calls may be chained
together.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.SetBucketLifecycleConfigurationRequest
-
Sets the name of the bucket whose lifecycle configuration is being set,
and returns this object so that additional method calls may be chained
together.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.SetBucketLoggingConfigurationRequest
-
Sets the name of the bucket whose logging configuration is being set
and returns this object, enabling additional method calls to be
chained together.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest
-
Sets the name of the bucket whose notification configuration is being
set, and returns this object so that additional method calls may be
chained together.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.SetBucketPolicyRequest
-
Sets the name of the Amazon S3 bucket whose policy is being set, and
returns the updated request object so that additional method calls can be
chained together.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.SetBucketReplicationConfigurationRequest
-
Sets the name of Amazon S3 bucket for replication configuration.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.SetBucketTaggingConfigurationRequest
-
Sets the name of the bucket whose tagging configuration is being set,
and returns this object so that additional method calls may be chained
together.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.SetBucketVersioningConfigurationRequest
-
Sets the name of the bucket whose versioning configuration is being set,
and returns this object so that additional method calls may be chained
together.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.SetBucketWebsiteConfigurationRequest
-
Sets the name of the bucket whose website configuration is being set and
returns this updated request object so that additional method calls can
be chained together.
- withBucketName(String) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the name of the bucket containing the existing, initiated multipart
upload, with which this new part will be associated, and returns this
updated object so that additional method calls can be chained together.
- withCacheControl(String) - Method in class com.amazonaws.services.s3.model.ResponseHeaderOverrides
-
Sets the cache control response header.
- withCannedAccessControlList(CannedAccessControlList) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the canned ACL to use for the newly copied object, and returns this
CopyObjectRequest
, enabling additional method calls to be chained
together.
- withCannedAcl(CannedAccessControlList) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the optional pre-configured access control policy to use for the new
object.
- withCannedAcl(CannedAccessControlList) - Method in class com.amazonaws.services.s3.model.CreateBucketRequest
-
Sets the optional Canned ACL to set for the new bucket, and returns this
updated object so that additional method calls can be chained together.
- withCannedACL(CannedAccessControlList) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Sets the optional canned Access Control List (ACL) to set permissions for
the new object created when the multipart upload is completed.
- withCannedAcl(CannedAccessControlList) - Method in class com.amazonaws.services.s3.model.PutInstructionFileRequest
-
Sets the optional pre-configured access control policy to use for the new
object.
- withCannedAcl(CannedAccessControlList) - Method in class com.amazonaws.services.s3.model.PutObjectRequest
-
- withCondition(RoutingRuleCondition) - Method in class com.amazonaws.services.s3.model.RoutingRule
-
Set the condition that must be met for the specified redirect to apply
and returns a reference to this object(RoutingRule) for method chaining.
- withConfiguration(BucketWebsiteConfiguration) - Method in class com.amazonaws.services.s3.model.SetBucketWebsiteConfigurationRequest
-
Sets the website configuration to send as part of this request, and
returns this updated request object so that additional method calls can
be chained together.
- withContentDisposition(String) - Method in class com.amazonaws.services.s3.model.ResponseHeaderOverrides
-
Sets the content disposition response header override.
- withContentEncoding(String) - Method in class com.amazonaws.services.s3.model.ResponseHeaderOverrides
-
Sets the content encoding response header override.
- withContentLanguage(String) - Method in class com.amazonaws.services.s3.model.ResponseHeaderOverrides
-
Sets the content language response header override
- withContentMd5(String) - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Sets the expected content-md5 header of the request and returns this
object, for method chaining.
- withContentType(String) - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Sets the expected content-type of the request and returns
this object, for method chaining.
- withContentType(String) - Method in class com.amazonaws.services.s3.model.ResponseHeaderOverrides
-
Sets the content type response header override.
- withCreateEncryptionMaterial(boolean) - Method in class com.amazonaws.services.s3.model.EncryptedInitiateMultipartUploadRequest
-
- withCrossOriginConfiguration(BucketCrossOriginConfiguration) - Method in class com.amazonaws.services.s3.model.SetBucketCrossOriginConfigurationRequest
-
Sets the new cross origin configuration for the specified bucket and
returns this object, enabling additional method calls to be chained
together.
- withCryptoMode(CryptoMode) - Method in class com.amazonaws.services.s3.model.CryptoConfiguration
-
Fluent API to set the crypto mode; applicable only to the S3 encryption
client.
- withCryptoProvider(Provider) - Method in class com.amazonaws.services.s3.model.CryptoConfiguration
-
Sets the crypto provider to the specified provider, and returns the
updated CryptoConfiguration object.
- withDate(Date) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Transition
-
Set the expiration date of this object and returns a reference to
this object(Transition) for method chaining.
- withDays(int) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.NoncurrentVersionTransition
-
Sets the time in days from when a new version of the object
is uploaded to the bucket and when older versions are archived,
and returns a reference to this object for method chaining.
- withDays(int) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Transition
-
Sets the time, in days, between when an object is uploaded to the
bucket and when it expires, and returns a reference to this object
for method chaining.
- withDelimiter(String) - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Sets the optional delimiter parameter that causes multipart uploads for
keys that contain the same string between the prefix and the first
occurrence of the delimiter to be rolled up into a single result element
in the
MultipartUploadListing.getCommonPrefixes()
list.
- withDelimiter(String) - Method in class com.amazonaws.services.s3.model.ListObjectsRequest
-
Sets the optional delimiter parameter that causes keys that contain the
same string between the prefix and the first occurrence of the delimiter
to be rolled up into a single result element in the
ObjectListing.getCommonPrefixes()
list.
- withDelimiter(String) - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Sets the optional delimiter parameter that causes keys that contain the
same string between the prefix and the first occurrence of the delimiter
to be combined into a single result element in the
VersionListing.getCommonPrefixes()
list.
- withDestinationBucketName(String) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the name of the destination bucket which will contain the new,
copied object and returns this object, enabling additional method calls
to be chained together.
- withDestinationBucketName(String) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the name of the destination bucket which will contain the new,
copied object and returns this object, enabling additional method calls
to be chained together.
- withDestinationConfig(ReplicationDestinationConfig) - Method in class com.amazonaws.services.s3.model.ReplicationRule
-
Sets the destination configuration for the replication rule.Returns the
updated object.
- withDestinationKey(String) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the destination bucket key under which the new, copied object
will be stored and returns this object, enabling additional method calls
can be chained together.
- withDestinationKey(String) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the destination bucket key under which the new, copied object
will be stored and returns this object, enabling additional method calls
can be chained together.
- withDestinationSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional customer-provided server-side encryption key to use to
encrypt the destination object being copied, and returns the updated
request object so that additional method calls can be chained together.
- withDestinationSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Returns the optional customer-provided server-side encryption key to use
to encrypt the source object part being copied, and returns the updated
request object so that additional method calls can be chained together.
- withDeviceSerialNumber(String) - Method in class com.amazonaws.services.s3.model.MultiFactorAuthentication
-
Sets the Multi-Factor Authentication device serial number to include with
this request.
- withDiskLimit(long) - Method in class com.amazonaws.services.s3.model.UploadObjectRequest
-
Configured the maximum disk space (in bytes) that will be consumed for
this request.
- withEncodingType(String) - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Sets the optional encodingType
parameter indicating the
encoding method to be applied on the response.
- withEncodingType(String) - Method in class com.amazonaws.services.s3.model.ListObjectsRequest
-
Sets the optional encodingType
parameter indicating the
encoding method to be applied on the response.
- withEncodingType(String) - Method in class com.amazonaws.services.s3.model.ListPartsRequest
-
Sets the optional encodingType
parameter indicating the
encoding method to be applied on the response.
- withEncodingType(String) - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Sets the optional encodingType
parameter indicating the
encoding method to be applied on the response.
- witherrorDocument(String) - Method in class com.amazonaws.services.s3.model.WebsiteConfiguration
-
- withETag(String) - Method in class com.amazonaws.services.s3.model.PartETag
-
Sets the entity tag generated from the content of the associated part,
and returns this updated PartETag object so that additional method calls
can be chained together.
- withEvents(Set<String>) - Method in class com.amazonaws.services.s3.model.NotificationConfiguration
-
- withExecutorService(ExecutorService) - Method in class com.amazonaws.services.s3.model.UploadObjectRequest
-
Configure a custom executor service for concurrent uploads.
- withExpiration(Date) - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Sets the expiration date at which point the new pre-signed URL will no
longer be accepted by Amazon S3, and returns this request object to
enable additional method calls to be chained together.
- withExpirationDate(Date) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Sets the expiration date of the object and returns a reference to this
object(Rule) for method chaining.
- withExpirationInDays(int) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Sets the time, in days, between when an object is uploaded to the
bucket and when it expires, and returns a reference to this object
for method chaining.
- withExpirationInDays(int) - Method in class com.amazonaws.services.s3.model.RestoreObjectRequest
-
Sets the time, in days, between when an object is uploaded to the bucket
and when it expires, and returns a reference to this object(RestoreObjectRequest) for method
chaining.
- withExpires(String) - Method in class com.amazonaws.services.s3.model.ResponseHeaderOverrides
-
Sets the expires response header override.
- withExposedHeaders(List<String>) - Method in class com.amazonaws.services.s3.model.CORSRule
-
Sets the exposeHeaders of this rule and returns a reference to this object for
method chaining.
- withExtraMaterialsDescription(ExtraMaterialsDescription) - Method in class com.amazonaws.services.s3.model.EncryptedGetObjectRequest
-
Sets the supplemental materials description for the encryption materials
to be used with the current request.
- withExtraMaterialsDescription(Map<String, String>) - Method in class com.amazonaws.services.s3.model.EncryptedGetObjectRequest
-
Fluent API to set the supplemental materials description for the
encryption materials to be used with the current request.
- withFile(File) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the file containing the data to be uploaded to Amazon S3.
- withFile(File) - Method in class com.amazonaws.services.s3.model.PutObjectRequest
-
- withFile(File) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the file containing the data to upload, and returns this updated
UploadPartRequest object so that additional method calls can be chained
together.
- withFileOffset(long) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the optional offset in the specified file, at which to begin
uploading data for this part, and returns this updated UploadPartRequest
object so that additional method calls can be chained together.
- withFirstByte(Long) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the optional zero-based byte offset to begin copying the source
object.
- withHostName(String) - Method in class com.amazonaws.services.s3.model.RedirectRule
-
Set the host name to use in the redirect request and returns a reference
to this object(RoutingRuleRedirect) for method chaining.
- withHttpErrorCodeReturnedEquals(String) - Method in class com.amazonaws.services.s3.model.RoutingRuleCondition
-
Set the HTTP error code when the redirect is applied and returns a
reference to this object(RoutingRuleCondition) for method chaining.
- withHttpRedirectCode(String) - Method in class com.amazonaws.services.s3.model.RedirectRule
-
Set the HTTP code to use in the redirect response and returns a reference
to this object(RoutingRuleRedirect) for method chaining.
- withId(String) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Sets the ID of this rule and returns a reference to this object for
method chaining.
- withId(String) - Method in class com.amazonaws.services.s3.model.CORSRule
-
Sets the ID of this rule and returns a reference to this object for
method chaining.
- withIgnoreMissingInstructionFile(boolean) - Method in class com.amazonaws.services.s3.model.CryptoConfiguration
-
Fluent API to set the property to ignore instruction file that cannot be
found during a GET operation.
- withIndexDocumentSuffix(String) - Method in class com.amazonaws.services.s3.model.WebsiteConfiguration
-
- withInputStream(InputStream) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the input stream containing the data to be uploaded to Amazon S3.
- withInputStream(InputStream) - Method in class com.amazonaws.services.s3.model.PutObjectRequest
-
- withInputStream(InputStream) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the stream containing the data to upload for the new part, and
returns this updated object so that additional method calls can be
chained together.
- withInstructionFileSuffix(String) - Method in class com.amazonaws.services.s3.model.EncryptedGetObjectRequest
-
Fluent API to explicitly sets the suffix of an instruction file to be
used to retrieve the S3 encrypted object.
- withKey(String) - Method in class com.amazonaws.services.s3.model.AbortMultipartUploadRequest
-
Sets the key of the multipart upload to abort and returns the updated
AbortMultipartUploadRequest object so that additional method calls can be
chained together.
- withKey(String) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the key under which to store the new object.
- withKey(String) - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadRequest
-
Sets the key under which the multipart upload to complete is stored, and
returns this updated CompleteMultipartUploadRequest object so that
additional method calls can be chained together.
- withKey(String) - Method in class com.amazonaws.services.s3.model.DeleteObjectRequest
-
Sets the key of the object to delete and returns this object, enabling
additional method calls to be chained together.
- withKey(String) - Method in class com.amazonaws.services.s3.model.DeleteVersionRequest
-
Sets the key of the version to delete
Returns this
DeleteVersionRequest
, enabling additional method
calls to be chained together.
- withKey(String) - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Sets the key of the object involved in this request, and returns this
request object to enable additional method calls to be chained together.
- withKey(String) - Method in class com.amazonaws.services.s3.model.GetObjectMetadataRequest
-
Sets the key of the object whose metadata is being retrieved.
- withKey(String) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets the key under which the object to be downloaded is stored.
- withKey(String) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Sets the key by which to store the new multipart upload, and hence, the
eventual object created from the multipart upload.
- withKey(String) - Method in class com.amazonaws.services.s3.model.ListPartsRequest
-
Sets the key of the associated multipart upload whose parts are being
listed, and returns this updated ListPartsRequest object so that
additional method calls can be chained together.
- withKey(String) - Method in class com.amazonaws.services.s3.model.PutObjectRequest
-
- withKey(String) - Method in class com.amazonaws.services.s3.model.RestoreObjectRequest
-
Sets the key, the name of the reference to the object to restore, which
is now stored in Amazon Glacier.
- withKey(String) - Method in class com.amazonaws.services.s3.model.S3ObjectIdBuilder
-
- withKey(String) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the key of the initiated multipart upload, and returns this updated
object so that additional method calls can be chained together.
- withKeyMarker(String) - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Sets the KeyMarker property for this request.
- withKeyMarker(String) - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Sets the optional keyMarker
parameter indicating where in the sorted list
of all versions in the specified bucket to begin returning results.
- withKeyPrefixEquals(String) - Method in class com.amazonaws.services.s3.model.RoutingRuleCondition
-
Set the object key name prefix when the redirect is applied and returns a
reference to this object(RoutingRuleCondition) for method chaining.
- withKeys(List<DeleteObjectsRequest.KeyVersion>) - Method in class com.amazonaws.services.s3.model.DeleteObjectsRequest
-
Sets the list of keys to delete from this bucket, clearing any existing
list of keys.
- withKeys(String...) - Method in class com.amazonaws.services.s3.model.DeleteObjectsRequest
-
Convenience method to specify a set of keys without versions.
- withKeyWrapExpected(boolean) - Method in class com.amazonaws.services.s3.model.EncryptedGetObjectRequest
-
- withKmsRegion(Regions) - Method in class com.amazonaws.services.s3.model.CryptoConfiguration
-
Fluent API for setting the KMS region for the AWS KMS client when such
client is internally instantiated instead of externally passed in by
users; or null if no explicit KMS region is explicitly configured.This
KMS region parameter is ignored when the AWS KMS client of the S3
encryption client is explicitly passed in by the users, instead of being
implicitly created.
- withLastByte(Long) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the optional zero-based byte offset to stop copying the source.
- withLastPart(boolean) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Marks this part as the last part being uploaded in a multipart upload,
and returns this updated request object so that additional method calls
can be chained together.
- withLatest(EncryptionMaterials) - Method in class com.amazonaws.services.s3.model.SimpleMaterialProvider
-
- withLifecycleConfiguration(BucketLifecycleConfiguration) - Method in class com.amazonaws.services.s3.model.SetBucketLifecycleConfigurationRequest
-
Sets the new lifecycle configuration for the specified bucket and
returns this object, enabling additional method calls to be chained
together.
- withLoggingConfiguration(BucketLoggingConfiguration) - Method in class com.amazonaws.services.s3.model.SetBucketLoggingConfigurationRequest
-
Sets the logging configuration for the specified bucket and returns
the updated object, enabling additional method calls to be chained
together.
- withMarker(String) - Method in class com.amazonaws.services.s3.model.ListObjectsRequest
-
Sets the optional marker parameter indicating where in the bucket to begin
listing.
- withMatchingETagConstraint(String) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Adds a single ETag constraint to this request and returns this object,
enabling additional method calls to be chained together.
- withMatchingETagConstraint(String) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Adds a single ETag constraint to this request and returns this object,
enabling additional method calls to be chained together.
- withMatchingETagConstraint(String) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets a single ETag constraint to this request.
- withMatchingETagConstraints(List<String>) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
- withMaterialsDescription(Map<String, String>) - Method in class com.amazonaws.services.s3.model.EncryptedInitiateMultipartUploadRequest
-
sets the materials description for the encryption materials to be used with the current Multi Part Upload Request.
- withMaterialsDescription(Map<String, String>) - Method in class com.amazonaws.services.s3.model.EncryptedPutObjectRequest
-
sets the materials description for the encryption materials to be used with the current PutObjectRequest.
- withMaterialsDescription(Map<String, String>) - Method in class com.amazonaws.services.s3.model.UploadObjectRequest
-
- withMaxAgeSeconds(int) - Method in class com.amazonaws.services.s3.model.CORSRule
-
Sets the max age in seconds of this rule and returns a reference to this object for
method chaining.
- withMaxKeys(Integer) - Method in class com.amazonaws.services.s3.model.ListObjectsRequest
-
Sets the optional maxKeys
parameter indicating the maximum number of keys to
include in the response.
- withMaxParts(int) - Method in class com.amazonaws.services.s3.model.ListPartsRequest
-
Sets the optional maximum number of parts to be returned in the part
listing and returns this updated ListPartsRequest objects so that
additional method calls can be chained together.
- withMaxResults(Integer) - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Sets the optional maxResults
parameter indicating the maximum number of results to
include in the response.
- withMaxUploads(int) - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Sets the optional maximum number of uploads to return and returns this
updated ListMultipartUploadsRequest object so that additional method
calls can be chained together.
- withMd5(String) - Method in class com.amazonaws.services.s3.model.SSECustomerKey
-
Sets the optional MD5 digest (base64-encoded) of the encryption key to
use when encrypting the object, and returns the updated object so that
additional method calls can be chained together.
- withMD5Digest(String) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the optional, but recommended, MD5 hash of the content of this part.
- withMetadata(ObjectMetadata) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the optional metadata instructing Amazon S3 how to handle the
uploaded data (e.g.
- withMetadata(ObjectMetadata) - Method in class com.amazonaws.services.s3.model.PutObjectRequest
-
- withMethod(HttpMethod) - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Sets the HTTP method (GET, PUT, DELETE, HEAD) to be used in this request,
and returns this request object to enable additional method calls to be
chained together.
- withMfa(MultiFactorAuthentication) - Method in class com.amazonaws.services.s3.model.DeleteObjectsRequest
-
Sets the optional Multi-Factor Authentication information to include with
this request
Returns this, enabling additional method
calls to be chained together.
- withMfa(MultiFactorAuthentication) - Method in class com.amazonaws.services.s3.model.DeleteVersionRequest
-
Sets the optional Multi-Factor Authentication information to include with
this request
Returns this
DeleteVersionRequest
, enabling additional method
calls to be chained together.
- withMfa(MultiFactorAuthentication) - Method in class com.amazonaws.services.s3.model.SetBucketVersioningConfigurationRequest
-
Sets the optional Multi-Factor Authentication information to include with
this request, and returns this object so that additional method calls may
be chained together.
- withMfaDeleteEnabled(Boolean) - Method in class com.amazonaws.services.s3.model.BucketVersioningConfiguration
-
Sets the status of Multi-Factor Authentication (MFA) Delete for a bucket,
and returns this object so that additional method calls may be chained
together.
- withModifiedSinceConstraint(Date) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional modified constraint that restricts this request
to executing only if the source object has been modified
after the specified date.
- withModifiedSinceConstraint(Date) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the optional modified constraint that restricts this request to
executing only if the source object has been modified after the
specified date.
- withModifiedSinceConstraint(Date) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets the optional modified constraint that restricts this request
to executing only if the object has been modified after the
specified date.
- withMultiFileOutputStream(MultiFileOutputStream) - Method in class com.amazonaws.services.s3.model.UploadObjectRequest
-
Configure a custom multi-file output stream; or null if the default is
to be used.
- withNewObjectMetadata(ObjectMetadata) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the object metadata to use for the new, copied object and returns
this object, enabling additional method calls to be chained together.
- withNoncurrentVersionExpirationInDays(int) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Sets the time, in days, between when a new version of the object is
uploaded to the bucket and when older versions of the object expire,
and returns a reference to this object for method chaining.
- withNoncurrentVersionTransition(BucketLifecycleConfiguration.NoncurrentVersionTransition) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Sets the transition describing how non-current versions of objects
will move between different storage classes in Amazon S3, and
returns a reference to this object for method chaining.
- withNonmatchingETagConstraint(String) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Adds a single ETag constraint to this request and returns this object, enabling
additional method calls to be chained together.
- withNonmatchingETagConstraint(String) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Adds a single ETag constraint to this request and returns this object,
enabling additional method calls to be chained together.
- withNonmatchingETagConstraint(String) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets a single ETag constraint to this request.
- withNonmatchingETagConstraints(List<String>) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
- withNotificationConfiguration(Map<String, NotificationConfiguration>) - Method in class com.amazonaws.services.s3.model.BucketNotificationConfiguration
-
Sets the given notification configurations and returns this object.
- withNotificationConfiguration(BucketNotificationConfiguration) - Method in class com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest
-
Sets the new notification configuration for the specified bucket and
returns this object, enabling additional method calls to be chained
together.
- withObjectMetadata(ObjectMetadata) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Sets the additional information about the new object being created, such
as content type, content encoding, user metadata, etc.
- withObjectMetadata(ObjectMetadata) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
- withObjectPrefixes(String...) - Method in class com.amazonaws.services.s3.model.NotificationConfiguration
-
- withPartETags(List<PartETag>) - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadRequest
-
Sets the list of part numbers and ETags that identify the individual
parts of the multipart upload to complete, and returns this updated
CompleteMultipartUploadRequest object so that additional method calls can be chained.
- withPartETags(UploadPartResult...) - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadRequest
-
Sets the list of part numbers and ETags that identify the individual
parts of the multipart upload to complete based on the specified results
from part uploads.
- withPartETags(Collection<UploadPartResult>) - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadRequest
-
Sets the list of part numbers and ETags that identify the individual
parts of the multipart upload to complete based on the specified results
from part uploads.
- withPartNumber(int) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the part number describing this part's position relative to the
other parts in the multipart upload.
- withPartNumber(int) - Method in class com.amazonaws.services.s3.model.PartETag
-
Sets the part number of the associated part, and returns this updated
PartETag object so that additional method calls can be chained together.
- withPartNumber(int) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the part number describing this part's position relative to the
other parts in the multipart upload.
- withPartNumberMarker(Integer) - Method in class com.amazonaws.services.s3.model.ListPartsRequest
-
Sets the optional part number marker indicating where in the results to
being listing parts, and returns this updated ListPartsRequest object so
that additional method calls can be chained together.
- withPartSize(long) - Method in class com.amazonaws.services.s3.model.UploadObjectRequest
-
Configured the part size for multi-part upload.
- withPartSize(long) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the size of this part, in bytes, and returns this updated
UploadPartRequest object so that additional method calls can be chained
together.
- withPathStyleAccess(boolean) - Method in class com.amazonaws.services.s3.S3ClientOptions
-
Configures the client to use path-style access for all requests.
- withPolicyText(String) - Method in class com.amazonaws.services.s3.model.SetBucketPolicyRequest
-
Sets the policy to apply to the specified bucket, and returns the updated
request object so that additional method calls can be chained together.
- withPrefix(AmazonS3, String, String) - Static method in class com.amazonaws.services.s3.iterable.S3Objects
-
Constructs an iterable that covers the objects in an Amazon S3 bucket
where the key begins with the given prefix.
- withPrefix(AmazonS3, String, String) - Static method in class com.amazonaws.services.s3.iterable.S3Versions
-
Constructs an iterable that covers the versions in an Amazon S3 bucket
where the object key begins with the given prefix.
- withPrefix(String) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Sets the key prefix for this rule and returns a reference to this
object for method chaining.
- withPrefix(String) - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Sets the optional prefix parameter restricting the response to multipart
uploads for keys that begin with the specified prefix.
- withPrefix(String) - Method in class com.amazonaws.services.s3.model.ListObjectsRequest
-
Sets the optional prefix parameter restricting the response to keys that
begin with the specified prefix.
- withPrefix(String) - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Sets the optional prefix parameter restricting the response to keys that
begin with the specified prefix.
- withPrefix(String) - Method in class com.amazonaws.services.s3.model.ReplicationRule
-
Sets the Amazon S3 Object prefix for the replication rule.
- withProgressListener(ProgressListener) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Deprecated.
use AmazonWebServiceRequest.withGeneralProgressListener(ProgressListener)
instead.
- withProgressListener(ProgressListener) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Deprecated.
use AmazonWebServiceRequest.withGeneralProgressListener(ProgressListener)
instead.
- withProgressListener(ProgressListener) - Method in class com.amazonaws.services.s3.model.PutObjectRequest
-
Deprecated.
- withProgressListener(ProgressListener) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Deprecated.
use AmazonWebServiceRequest.withGeneralProgressListener(ProgressListener)
instead.
- withProtocol(String) - Method in class com.amazonaws.services.s3.model.RedirectRule
-
Set the protocol to use in the redirect request and and returns a
reference to this object(RoutingRuleRedirect) for method chaining.
- withQuiet(boolean) - Method in class com.amazonaws.services.s3.model.DeleteObjectsRequest
-
Sets the quiet element for this request.
- withRange(long, long) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets the optional inclusive byte range within the desired object that
will be downloaded by this request.
- withRedirect(RedirectRule) - Method in class com.amazonaws.services.s3.model.RoutingRule
-
Set the redirect information and returns a reference to this
object(RoutingRule) for method chaining.
- withRedirectAllRequestsTo(RedirectRule) - Method in class com.amazonaws.services.s3.model.BucketWebsiteConfiguration
-
Sets the redirect information where all requests will be redirect to and
returns a reference to this object(BucketWebsiteConfiguration) for method
chaining.
- withRedirectAllRequestsTo(String) - Method in class com.amazonaws.services.s3.model.WebsiteConfiguration
-
- withRedirectLocation(String) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the optional redirect location for the new object.Returns this
AbstractPutObjectRequest
, enabling additional method calls to be chained
together.
- withRedirectLocation(String) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional redirect location for the newly copied object.Returns this
CopyObjectRequest
, enabling additional method calls to be chained
together.
- withRedirectLocation(String) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Sets the optional redirect location for the new object.
- withRedirectLocation(String) - Method in class com.amazonaws.services.s3.model.PutInstructionFileRequest
-
Sets the optional redirect location for the new object.Returns this
PutObjectRequest
, enabling additional method calls to be chained
together.
- withRedirectLocation(String) - Method in class com.amazonaws.services.s3.model.PutObjectRequest
-
- withReplaceKeyPrefixWith(String) - Method in class com.amazonaws.services.s3.model.RedirectRule
-
Set the object prefix key to use in the redirect request and returns a
reference to this object(RoutingRuleRedirect) for method chaining.
- withReplaceKeyWith(String) - Method in class com.amazonaws.services.s3.model.RedirectRule
-
Set the specific key to use in the redirect request and returns a
reference to this object(RoutingRuleRedirect) for method chaining.
- withReplicationConfiguration(BucketReplicationConfiguration) - Method in class com.amazonaws.services.s3.model.SetBucketReplicationConfigurationRequest
-
Sets the replication configuration for an Amazon S3 bucket.
- withResponseHeaders(ResponseHeaderOverrides) - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Sets the headers to be overridden in the service response and returns
this object, for method chaining.
- withResponseHeaders(ResponseHeaderOverrides) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets the headers to be overridden in the service response and returns
this object, for method chaining.
- withRoleARN(String) - Method in class com.amazonaws.services.s3.model.BucketReplicationConfiguration
-
Sets the IAM role that will be used by Amazon S3 while replication.
- withRoutingRule(List<RoutingRule>) - Method in class com.amazonaws.services.s3.model.WebsiteConfiguration
-
- withRoutingRules(List<RoutingRule>) - Method in class com.amazonaws.services.s3.model.BucketWebsiteConfiguration
-
Set the list of routing rules that can be used for configuring redirects
if certain conditions are meet and returns a reference to this
object(BucketWebsiteConfiguration) for method chaining.
- withRules(List<CORSRule>) - Method in class com.amazonaws.services.s3.model.BucketCrossOriginConfiguration
-
Sets the rules that comprise this configuration and returns a reference
to this object for easy method chaining.
- withRules(CORSRule...) - Method in class com.amazonaws.services.s3.model.BucketCrossOriginConfiguration
-
- withRules(List<BucketLifecycleConfiguration.Rule>) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration
-
Sets the rules that comprise this configuration and returns a reference
to this object for easy method chaining.
- withRules(BucketLifecycleConfiguration.Rule...) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration
-
- withRules(Map<String, ReplicationRule>) - Method in class com.amazonaws.services.s3.model.BucketReplicationConfiguration
-
Sets the replication rules for the Amazon S3 bucket.
- withS3ObjectId(S3ObjectId) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Fluent API to set the S3 object id for this request.
- withSourceBucketName(String) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the name of the bucket containing the source object to be copied,
and returns this object, enabling additional method calls to be chained
together.
- withSourceBucketName(String) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the name of the bucket containing the source object to be copied.
- withSourceKey(String) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the key in the source bucket under which the source object to be
copied is stored and returns this object, enabling additional method calls
to be chained together.
- withSourceKey(String) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the source bucket key under which the source object to be copied is
stored.
- withSourceSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional customer-provided server-side encryption key to use to
decrypt the source object being copied, and returns the updated request
object so that additional method calls can be chained together.
- withSourceSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the optional customer-provided server-side encryption key to use to
decrypt the source object part being copied, and returns the updated
request object so that additional method calls can be chained together.
- withSourceVersionId(String) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional version ID specifying which version of the source
object to copy and returns this object, enabling additional method calls
to be chained together.
- withSourceVersionId(String) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the optional version ID specifying which version of the source
object to copy.
- withSSEAwsKeyManagementParams(SSEAwsKeyManagementParams) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the AWS Key Management System parameters used to encrypt the object
on server side.
- withSSEAwsKeyManagementParams(SSEAwsKeyManagementParams) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the AWS Key Management System parameters used to encrypt the object
on server side.
- withSSEAwsKeyManagementParams(SSEAwsKeyManagementParams) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Sets the AWS Key Management System parameters used to encrypt the object
on server side.
- withSSEAwsKeyManagementParams(SSEAwsKeyManagementParams) - Method in class com.amazonaws.services.s3.model.PutObjectRequest
-
- withSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the optional customer-provided server-side encryption key to use to
encrypt the uploaded object, and returns the updated request object so
that additional method calls can be chained together.
- withSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
-
Sets the customer-provided server-side encryption key to use as part of
the generated pre-signed URL, and returns the updated request object so
that additional method calls can be chained together.
- withSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.GetObjectMetadataRequest
-
Sets the optional customer-provided server-side encryption key to use
when retrieving the metadata of a server-side encrypted object, and
retuns the updated request object so that additional method calls can be
chained together.
- withSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets the optional customer-provided server-side encryption key to use to
decrypt this object, and returns the updated GetObjectRequest so that
additional method calls may be chained together.
- withSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Sets the optional customer-provided server-side encryption key to use to
encrypt the upload being started, and returns the updated
InitiateMultipartUploadRequest so that additional method calls may be
chained together.
- withSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.PutObjectRequest
-
- withSSECustomerKey(SSECustomerKey) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the optional customer-provided server-side encryption key to use to
encrypt the object part being uploaded, and returns the updated request
object so that additional method calls can be chained together.
- withStatus(String) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Sets the status of this rule and returns a reference to this object
for method chaining.
- withStatus(String) - Method in class com.amazonaws.services.s3.model.BucketVersioningConfiguration
-
Sets the desired status of versioning for this bucket versioning
configuration object, and returns this object so that additional method
calls may be chained together.
- withStatus(String) - Method in class com.amazonaws.services.s3.model.ReplicationRule
-
Sets the status of this replication rule.
- withStatus(ReplicationRuleStatus) - Method in class com.amazonaws.services.s3.model.ReplicationRule
-
Sets the status of this replication rule.
- withStorageClass(String) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the optional Amazon S3 storage class to use when storing the new
object.
- withStorageClass(StorageClass) - Method in class com.amazonaws.services.s3.model.AbstractPutObjectRequest
-
Sets the optional Amazon S3 storage class to use when storing the new
object.
- withStorageClass(StorageClass) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.NoncurrentVersionTransition
-
Sets the storage class of this object and returns a reference to
this object for method chaining.
- withStorageClass(StorageClass) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Transition
-
Sets the storage class of this object and returns a reference to this
object(Transition) for method chaining.
- withStorageClass(String) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional Amazon S3 storage class to use when storing the newly
copied object and returns this CopyObjectRequest
, enabling additional
method calls to be chained together.
- withStorageClass(StorageClass) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional Amazon S3 storage class to use when storing the newly
copied object and returns this CopyObjectRequest, enabling additional
method calls to be chained together.
- withStorageClass(StorageClass) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
Sets the optional storage class to use when storing this upload's data in
S3.
- withStorageClass(String) - Method in class com.amazonaws.services.s3.model.InitiateMultipartUploadRequest
-
- withStorageClass(String) - Method in class com.amazonaws.services.s3.model.PutInstructionFileRequest
-
Sets the optional Amazon S3 storage class to use when storing the new
object.
- withStorageClass(StorageClass) - Method in class com.amazonaws.services.s3.model.PutInstructionFileRequest
-
Sets the optional Amazon S3 storage class to use when storing the new
object.
- withStorageClass(String) - Method in class com.amazonaws.services.s3.model.PutObjectRequest
-
- withStorageClass(StorageClass) - Method in class com.amazonaws.services.s3.model.PutObjectRequest
-
- withStorageMode(CryptoStorageMode) - Method in class com.amazonaws.services.s3.model.CryptoConfiguration
-
Sets the storage mode to the specified mode, and returns the updated
CryptoConfiguration object.
- withTaggingConfiguration(BucketTaggingConfiguration) - Method in class com.amazonaws.services.s3.model.SetBucketTaggingConfigurationRequest
-
Sets the new tagging configuration for the specified bucket and
returns this object, enabling additional method calls to be chained
together.
- withTagSets(TagSet...) - Method in class com.amazonaws.services.s3.model.BucketTaggingConfiguration
-
Sets the
TagSet
TagSets
and returns this object,
enabling additional method calls to be chained together.
- withToken(String) - Method in class com.amazonaws.services.s3.model.MultiFactorAuthentication
-
Sets the current, unique Multi-Factor Authentication token generated by
the device associated with the caller's AWS account.
- withTopicConfigurations(BucketNotificationConfiguration.TopicConfiguration...) - Method in class com.amazonaws.services.s3.model.BucketNotificationConfiguration
-
Deprecated.
- withTransition(BucketLifecycleConfiguration.Transition) - Method in class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
-
Sets the transition describing how this object will move between
different storage classes in Amazon S3 and returns a reference to
this object(Rule) for method chaining.
- withUnmodifiedSinceConstraint(Date) - Method in class com.amazonaws.services.s3.model.CopyObjectRequest
-
Sets the optional unmodified constraint that restricts this request
to executing only if the source object has not been
modified after the specified date.
- withUnmodifiedSinceConstraint(Date) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the optional unmodified constraint that restricts this request to
executing only if the source object has not been modified after
the specified date.
- withUnmodifiedSinceConstraint(Date) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets the optional unmodified constraint that restricts this request
to executing only if the object has not been modified after
the specified date.
- withUploadId(String) - Method in class com.amazonaws.services.s3.model.AbortMultipartUploadRequest
-
Sets the ID of the multipart upload to abort, and returns this updated
AbortMultipartUploadRequest object so that additional method calls can be
chained together.
- withUploadId(String) - Method in class com.amazonaws.services.s3.model.CompleteMultipartUploadRequest
-
Sets the ID of the multipart upload to complete, and returns this updated
CompleteMultipartUploadRequest object so that additional method calls can
be chained together.
- withUploadId(String) - Method in class com.amazonaws.services.s3.model.CopyPartRequest
-
Sets the ID of the existing, initiated multipart upload with which this
new part will be associated.
- withUploadId(String) - Method in class com.amazonaws.services.s3.model.ListPartsRequest
-
Sets the ID of the multipart upload whose parts are being listed, and
returns this updated ListPartsRequest object so that additional method
calls can be chained together.
- withUploadId(String) - Method in class com.amazonaws.services.s3.model.UploadPartRequest
-
Sets the ID of the existing, initiated multipart upload with which this
new part will be associated, and returns this updated UploadPartRequest
object so that additional method calls can be chained together.
- withUploadIdMarker(String) - Method in class com.amazonaws.services.s3.model.ListMultipartUploadsRequest
-
Sets the optional upload ID marker indicating where in the results to
begin listing and returns this updated ListMultipartUploadsRequest object
so that additional methods can be chained together.
- withUploadObjectObserver(UploadObjectObserver) - Method in class com.amazonaws.services.s3.model.UploadObjectRequest
-
Configure a custom upload-object observer; or null if the default is to
be used.
- withUploadPartMetadata(ObjectMetadata) - Method in class com.amazonaws.services.s3.model.UploadObjectRequest
-
- withVersionId(String) - Method in class com.amazonaws.services.s3.model.DeleteVersionRequest
-
Sets the version ID uniquely identifying which version of the object to
delete
Returns this
DeleteVersionRequest
, enabling additional method
calls to be chained together.
- withVersionId(String) - Method in class com.amazonaws.services.s3.model.GetObjectMetadataRequest
-
Sets the optional version ID of the object version whose metadata is
being retrieved.
- withVersionId(String) - Method in class com.amazonaws.services.s3.model.GetObjectRequest
-
Sets the optional version ID specifying which version of the object to
download and returns this object, enabling additional method calls to be
chained together.
- withVersionId(String) - Method in class com.amazonaws.services.s3.model.RestoreObjectRequest
-
Sets the id of the version to be restored and returns a reference to
this object for method chaining.
- withVersionId(String) - Method in class com.amazonaws.services.s3.model.S3ObjectIdBuilder
-
- withVersionIdMarker(String) - Method in class com.amazonaws.services.s3.model.ListVersionsRequest
-
Sets the optional versionIdMarker
parameter indicating where in the
sorted list of all versions in the specified bucket to begin returning
results.
- withVersioningConfiguration(BucketVersioningConfiguration) - Method in class com.amazonaws.services.s3.model.SetBucketVersioningConfigurationRequest
-
Sets the new versioning configuration for the specified bucket and
returns this object, enabling additional method calls to be chained
together.