Uses of Class
software.amazon.awssdk.services.s3.model.ChecksumAlgorithm
-
Packages that use ChecksumAlgorithm Package Description software.amazon.awssdk.services.s3.internal.multipart software.amazon.awssdk.services.s3.model -
-
Uses of ChecksumAlgorithm in software.amazon.awssdk.services.s3.internal.multipart
Methods in software.amazon.awssdk.services.s3.internal.multipart that return types with arguments of type ChecksumAlgorithm Modifier and Type Method Description static Optional<ChecksumAlgorithm>S3ChecksumUtils. checksumAlgorithmFromPutObjectRequest(PutObjectRequest request) -
Uses of ChecksumAlgorithm in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ChecksumAlgorithm Modifier and Type Method Description ChecksumAlgorithmCopyObjectRequest. checksumAlgorithm()Indicates the algorithm that you want Amazon S3 to use to create the checksum for the object.ChecksumAlgorithmCreateBucketMetadataConfigurationRequest. checksumAlgorithm()The checksum algorithm to use with your metadata configuration.ChecksumAlgorithmCreateBucketMetadataTableConfigurationRequest. checksumAlgorithm()The checksum algorithm to use with your metadata table configuration.ChecksumAlgorithmCreateMultipartUploadRequest. checksumAlgorithm()Indicates the algorithm that you want Amazon S3 to use to create the checksum for the object.ChecksumAlgorithmCreateMultipartUploadResponse. checksumAlgorithm()The algorithm that was used to create a checksum of the object.ChecksumAlgorithmDeleteObjectsRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.ChecksumAlgorithmListPartsResponse. checksumAlgorithm()The algorithm that was used to create a checksum of the object.ChecksumAlgorithmMultipartUpload. checksumAlgorithm()The algorithm that was used to create a checksum of the object.ChecksumAlgorithmPutBucketAccelerateConfigurationRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.ChecksumAlgorithmPutBucketAclRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.ChecksumAlgorithmPutBucketCorsRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.ChecksumAlgorithmPutBucketEncryptionRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.ChecksumAlgorithmPutBucketLifecycleConfigurationRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.ChecksumAlgorithmPutBucketLoggingRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.ChecksumAlgorithmPutBucketOwnershipControlsRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.ChecksumAlgorithmPutBucketPolicyRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.ChecksumAlgorithmPutBucketReplicationRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.ChecksumAlgorithmPutBucketRequestPaymentRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.ChecksumAlgorithmPutBucketTaggingRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.ChecksumAlgorithmPutBucketVersioningRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.ChecksumAlgorithmPutBucketWebsiteRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.ChecksumAlgorithmPutObjectAclRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.ChecksumAlgorithmPutObjectLegalHoldRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.ChecksumAlgorithmPutObjectLockConfigurationRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.ChecksumAlgorithmPutObjectRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.ChecksumAlgorithmPutObjectRetentionRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.ChecksumAlgorithmPutObjectTaggingRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.ChecksumAlgorithmPutPublicAccessBlockRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.ChecksumAlgorithmRestoreObjectRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.ChecksumAlgorithmUpdateBucketMetadataInventoryTableConfigurationRequest. checksumAlgorithm()The checksum algorithm to use with your inventory table configuration.ChecksumAlgorithmUpdateBucketMetadataJournalTableConfigurationRequest. checksumAlgorithm()The checksum algorithm to use with your journal table configuration.ChecksumAlgorithmUploadPartRequest. checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.static ChecksumAlgorithmChecksumAlgorithm. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChecksumAlgorithmChecksumAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static ChecksumAlgorithm[]ChecksumAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ChecksumAlgorithm Modifier and Type Method Description List<ChecksumAlgorithm>ObjectVersion. checksumAlgorithm()The algorithm that was used to create a checksum of the object.List<ChecksumAlgorithm>S3Object. checksumAlgorithm()The algorithm that was used to create a checksum of the object.static Set<ChecksumAlgorithm>ChecksumAlgorithm. knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type ChecksumAlgorithm Modifier and Type Method Description CopyObjectRequest.BuilderCopyObjectRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm that you want Amazon S3 to use to create the checksum for the object.CreateBucketMetadataConfigurationRequest.BuilderCreateBucketMetadataConfigurationRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)The checksum algorithm to use with your metadata configuration.CreateBucketMetadataTableConfigurationRequest.BuilderCreateBucketMetadataTableConfigurationRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)The checksum algorithm to use with your metadata table configuration.CreateMultipartUploadRequest.BuilderCreateMultipartUploadRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm that you want Amazon S3 to use to create the checksum for the object.CreateMultipartUploadResponse.BuilderCreateMultipartUploadResponse.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)The algorithm that was used to create a checksum of the object.DeleteObjectsRequest.BuilderDeleteObjectsRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the object when you use the SDK.ListPartsResponse.BuilderListPartsResponse.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)The algorithm that was used to create a checksum of the object.MultipartUpload.BuilderMultipartUpload.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)The algorithm that was used to create a checksum of the object.ObjectVersion.BuilderObjectVersion.Builder. checksumAlgorithm(ChecksumAlgorithm... checksumAlgorithm)The algorithm that was used to create a checksum of the object.PutBucketAccelerateConfigurationRequest.BuilderPutBucketAccelerateConfigurationRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketAclRequest.BuilderPutBucketAclRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketCorsRequest.BuilderPutBucketCorsRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketEncryptionRequest.BuilderPutBucketEncryptionRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketLifecycleConfigurationRequest.BuilderPutBucketLifecycleConfigurationRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketLoggingRequest.BuilderPutBucketLoggingRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketOwnershipControlsRequest.BuilderPutBucketOwnershipControlsRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the object when you use the SDK.PutBucketPolicyRequest.BuilderPutBucketPolicyRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketReplicationRequest.BuilderPutBucketReplicationRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketRequestPaymentRequest.BuilderPutBucketRequestPaymentRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketTaggingRequest.BuilderPutBucketTaggingRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketVersioningRequest.BuilderPutBucketVersioningRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketWebsiteRequest.BuilderPutBucketWebsiteRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the request when you use the SDK.PutObjectAclRequest.BuilderPutObjectAclRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectLegalHoldRequest.BuilderPutObjectLegalHoldRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectLockConfigurationRequest.BuilderPutObjectLockConfigurationRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectRequest.BuilderPutObjectRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectRetentionRequest.BuilderPutObjectRetentionRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectTaggingRequest.BuilderPutObjectTaggingRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the object when you use the SDK.PutPublicAccessBlockRequest.BuilderPutPublicAccessBlockRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the object when you use the SDK.RestoreObjectRequest.BuilderRestoreObjectRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the object when you use the SDK.S3Object.BuilderS3Object.Builder. checksumAlgorithm(ChecksumAlgorithm... checksumAlgorithm)The algorithm that was used to create a checksum of the object.UpdateBucketMetadataInventoryTableConfigurationRequest.BuilderUpdateBucketMetadataInventoryTableConfigurationRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)The checksum algorithm to use with your inventory table configuration.UpdateBucketMetadataJournalTableConfigurationRequest.BuilderUpdateBucketMetadataJournalTableConfigurationRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)The checksum algorithm to use with your journal table configuration.UploadPartRequest.BuilderUploadPartRequest.Builder. checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Indicates the algorithm used to create the checksum for the object when you use the SDK.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type ChecksumAlgorithm Modifier and Type Method Description ObjectVersion.BuilderObjectVersion.Builder. checksumAlgorithm(Collection<ChecksumAlgorithm> checksumAlgorithm)The algorithm that was used to create a checksum of the object.S3Object.BuilderS3Object.Builder. checksumAlgorithm(Collection<ChecksumAlgorithm> checksumAlgorithm)The algorithm that was used to create a checksum of the object.
-