Uses of Enum
software.amazon.awssdk.services.s3.model.ChecksumAlgorithm
Packages that use ChecksumAlgorithm
Package
Description
-
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 ChecksumAlgorithmModifier and TypeMethodDescriptionstatic 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 ChecksumAlgorithmModifier and TypeMethodDescriptionfinal ChecksumAlgorithmCopyObjectRequest.checksumAlgorithm()Indicates the algorithm that you want Amazon S3 to use to create the checksum for the object.final ChecksumAlgorithmCreateBucketMetadataConfigurationRequest.checksumAlgorithm()The checksum algorithm to use with your metadata configuration.final ChecksumAlgorithmCreateBucketMetadataTableConfigurationRequest.checksumAlgorithm()The checksum algorithm to use with your metadata table configuration.final ChecksumAlgorithmCreateMultipartUploadRequest.checksumAlgorithm()Indicates the algorithm that you want Amazon S3 to use to create the checksum for the object.final ChecksumAlgorithmCreateMultipartUploadResponse.checksumAlgorithm()The algorithm that was used to create a checksum of the object.final ChecksumAlgorithmDeleteObjectsRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.final ChecksumAlgorithmListPartsResponse.checksumAlgorithm()The algorithm that was used to create a checksum of the object.final ChecksumAlgorithmMultipartUpload.checksumAlgorithm()The algorithm that was used to create a checksum of the object.final ChecksumAlgorithmPutBucketAbacRequest.checksumAlgorithm()Indicates the algorithm that you want Amazon S3 to use to create the checksum.final ChecksumAlgorithmPutBucketAccelerateConfigurationRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.final ChecksumAlgorithmPutBucketAclRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.final ChecksumAlgorithmPutBucketCorsRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.final ChecksumAlgorithmPutBucketEncryptionRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.final ChecksumAlgorithmPutBucketLifecycleConfigurationRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.final ChecksumAlgorithmPutBucketLoggingRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.final ChecksumAlgorithmPutBucketOwnershipControlsRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.final ChecksumAlgorithmPutBucketPolicyRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.final ChecksumAlgorithmPutBucketReplicationRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.final ChecksumAlgorithmPutBucketRequestPaymentRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.final ChecksumAlgorithmPutBucketTaggingRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.final ChecksumAlgorithmPutBucketVersioningRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.final ChecksumAlgorithmPutBucketWebsiteRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the request when you use the SDK.final ChecksumAlgorithmPutObjectAclRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.final ChecksumAlgorithmPutObjectLegalHoldRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.final ChecksumAlgorithmPutObjectLockConfigurationRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.final ChecksumAlgorithmPutObjectRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.final ChecksumAlgorithmPutObjectRetentionRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.final ChecksumAlgorithmPutObjectTaggingRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.final ChecksumAlgorithmPutPublicAccessBlockRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.final ChecksumAlgorithmRestoreObjectRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.final ChecksumAlgorithmUpdateBucketMetadataInventoryTableConfigurationRequest.checksumAlgorithm()The checksum algorithm to use with your inventory table configuration.final ChecksumAlgorithmUpdateBucketMetadataJournalTableConfigurationRequest.checksumAlgorithm()The checksum algorithm to use with your journal table configuration.final ChecksumAlgorithmUpdateObjectEncryptionRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use an Amazon Web Services SDK.final ChecksumAlgorithmUploadPartRequest.checksumAlgorithm()Indicates the algorithm used to create the checksum for the object when you use the SDK.static ChecksumAlgorithmUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ChecksumAlgorithmReturns 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 ChecksumAlgorithmModifier and TypeMethodDescriptionfinal List<ChecksumAlgorithm>ObjectVersion.checksumAlgorithm()The algorithm that was used to create a checksum of the object.final 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 ChecksumAlgorithmModifier and TypeMethodDescriptionCopyObjectRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm that you want Amazon S3 to use to create the checksum for the object.CreateBucketMetadataConfigurationRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) The checksum algorithm to use with your metadata configuration.CreateBucketMetadataTableConfigurationRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) The checksum algorithm to use with your metadata table configuration.CreateMultipartUploadRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm that you want Amazon S3 to use to create the checksum for the object.CreateMultipartUploadResponse.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) The algorithm that was used to create a checksum of the object.DeleteObjectsRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.ListPartsResponse.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) The algorithm that was used to create a checksum of the object.MultipartUpload.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) The algorithm that was used to create a checksum of the object.ObjectVersion.Builder.checksumAlgorithm(ChecksumAlgorithm... checksumAlgorithm) The algorithm that was used to create a checksum of the object.PutBucketAbacRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm that you want Amazon S3 to use to create the checksum.PutBucketAccelerateConfigurationRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketAclRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketCorsRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketEncryptionRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketLifecycleConfigurationRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketLoggingRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketOwnershipControlsRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.PutBucketPolicyRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketReplicationRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketRequestPaymentRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketTaggingRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketVersioningRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketWebsiteRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutObjectAclRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectLegalHoldRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectLockConfigurationRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectRetentionRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectTaggingRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.PutPublicAccessBlockRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.RestoreObjectRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.S3Object.Builder.checksumAlgorithm(ChecksumAlgorithm... checksumAlgorithm) The algorithm that was used to create a checksum of the object.UpdateBucketMetadataInventoryTableConfigurationRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) The checksum algorithm to use with your inventory table configuration.UpdateBucketMetadataJournalTableConfigurationRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) The checksum algorithm to use with your journal table configuration.UpdateObjectEncryptionRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use an Amazon Web Services SDK.UploadPartRequest.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 ChecksumAlgorithmModifier and TypeMethodDescriptionObjectVersion.Builder.checksumAlgorithm(Collection<ChecksumAlgorithm> checksumAlgorithm) The algorithm that was used to create a checksum of the object.S3Object.Builder.checksumAlgorithm(Collection<ChecksumAlgorithm> checksumAlgorithm) The algorithm that was used to create a checksum of the object.