Uses of Class
software.amazon.awssdk.core.checksums.ResponseChecksumValidationResolver
-
Packages that use ResponseChecksumValidationResolver Package Description software.amazon.awssdk.core.checksums -
-
Uses of ResponseChecksumValidationResolver in software.amazon.awssdk.core.checksums
Methods in software.amazon.awssdk.core.checksums that return ResponseChecksumValidationResolver Modifier and Type Method Description static ResponseChecksumValidationResolverResponseChecksumValidationResolver. create()ResponseChecksumValidationResolverResponseChecksumValidationResolver. defaultChecksumValidation(ResponseChecksumValidation defaultChecksumValidation)Configure theResponseChecksumValidationthat should be used if the mode is not specified anywhere else.ResponseChecksumValidationResolverResponseChecksumValidationResolver. profileFile(Supplier<ProfileFile> profileFile)Configure the profile file that should be used when determining theResponseChecksumValidation.ResponseChecksumValidationResolverResponseChecksumValidationResolver. profileName(String profileName)Configure the profile file name should be used when determining theResponseChecksumValidation.
-