Uses of Enum
software.amazon.awssdk.services.s3.model.ChecksumType
Packages that use ChecksumType
-
Uses of ChecksumType in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ChecksumTypeModifier and TypeMethodDescriptionfinal ChecksumTypeChecksum.checksumType()The checksum type that is used to calculate the object’s checksum value.final ChecksumTypeCompleteMultipartUploadRequest.checksumType()This header specifies the checksum type of the object, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.final ChecksumTypeCompleteMultipartUploadResponse.checksumType()The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.final ChecksumTypeCopyObjectResult.checksumType()The checksum type that is used to calculate the object’s checksum value.final ChecksumTypeCreateMultipartUploadRequest.checksumType()Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value.final ChecksumTypeCreateMultipartUploadResponse.checksumType()Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value.final ChecksumTypeGetObjectResponse.checksumType()The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.final ChecksumTypeHeadObjectResponse.checksumType()The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.final ChecksumTypeListPartsResponse.checksumType()The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.final ChecksumTypeMultipartUpload.checksumType()The checksum type that is used to calculate the object’s checksum value.final ChecksumTypeObjectVersion.checksumType()The checksum type that is used to calculate the object’s checksum value.final ChecksumTypePutObjectResponse.checksumType()This header specifies the checksum type of the object, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.final ChecksumTypeS3Object.checksumType()The checksum type that is used to calculate the object’s checksum value.static ChecksumTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ChecksumTypeReturns the enum constant of this type with the specified name.static ChecksumType[]ChecksumType.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 ChecksumTypeMethods in software.amazon.awssdk.services.s3.model with parameters of type ChecksumTypeModifier and TypeMethodDescriptionChecksum.Builder.checksumType(ChecksumType checksumType) The checksum type that is used to calculate the object’s checksum value.CompleteMultipartUploadRequest.Builder.checksumType(ChecksumType checksumType) This header specifies the checksum type of the object, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.CompleteMultipartUploadResponse.Builder.checksumType(ChecksumType checksumType) The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.CopyObjectResult.Builder.checksumType(ChecksumType checksumType) The checksum type that is used to calculate the object’s checksum value.CreateMultipartUploadRequest.Builder.checksumType(ChecksumType checksumType) Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value.CreateMultipartUploadResponse.Builder.checksumType(ChecksumType checksumType) Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value.GetObjectResponse.Builder.checksumType(ChecksumType checksumType) The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.HeadObjectResponse.Builder.checksumType(ChecksumType checksumType) The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.ListPartsResponse.Builder.checksumType(ChecksumType checksumType) The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.MultipartUpload.Builder.checksumType(ChecksumType checksumType) The checksum type that is used to calculate the object’s checksum value.ObjectVersion.Builder.checksumType(ChecksumType checksumType) The checksum type that is used to calculate the object’s checksum value.PutObjectResponse.Builder.checksumType(ChecksumType checksumType) This header specifies the checksum type of the object, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.S3Object.Builder.checksumType(ChecksumType checksumType) The checksum type that is used to calculate the object’s checksum value.