Uses of Class
software.amazon.awssdk.core.checksums.RequestChecksumCalculationResolver
Packages that use RequestChecksumCalculationResolver
-
Uses of RequestChecksumCalculationResolver in software.amazon.awssdk.core.checksums
Methods in software.amazon.awssdk.core.checksums that return RequestChecksumCalculationResolverModifier and TypeMethodDescriptionRequestChecksumCalculationResolver.create()RequestChecksumCalculationResolver.defaultChecksumCalculation(RequestChecksumCalculation defaultChecksumCalculation) Configure theRequestChecksumCalculationthat should be used if the mode is not specified anywhere else.RequestChecksumCalculationResolver.profileFile(Supplier<ProfileFile> profileFile) Configure the profile file that should be used when determining theRequestChecksumCalculation.RequestChecksumCalculationResolver.profileName(String profileName) Configure the profile file name should be used when determining theRequestChecksumCalculation.