Uses of Class
com.amazonaws.services.s3.model.DeleteVersionRequest
-
Packages that use DeleteVersionRequest Package Description com.amazonaws.services.s3 Synchronous client for accessing Amazon S3.com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of DeleteVersionRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type DeleteVersionRequest Modifier and Type Method Description voidAbstractAmazonS3. deleteVersion(DeleteVersionRequest deleteVersionRequest)voidAmazonS3. deleteVersion(DeleteVersionRequest deleteVersionRequest)Deletes a specific version of an object in the specified bucket.voidAmazonS3Client. deleteVersion(DeleteVersionRequest deleteVersionRequest) -
Uses of DeleteVersionRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return DeleteVersionRequest Modifier and Type Method Description DeleteVersionRequestDeleteVersionRequest. withBucketName(String bucketName)Sets the name of the Amazon S3 bucket containing the version to delete.DeleteVersionRequestDeleteVersionRequest. withKey(String key)Sets the key of the version to delete Returns thisDeleteVersionRequest, enabling additional method calls to be chained together.DeleteVersionRequestDeleteVersionRequest. withMfa(MultiFactorAuthentication mfa)Sets the optional Multi-Factor Authentication information to include with this request Returns thisDeleteVersionRequest, enabling additional method calls to be chained together.DeleteVersionRequestDeleteVersionRequest. withVersionId(String versionId)Sets the version ID uniquely identifying which version of the object to delete Returns thisDeleteVersionRequest, enabling additional method calls to be chained together.
-