Uses of Enum
software.amazon.awssdk.crt.s3.S3MetaRequestOptions.ResponseFileOption
Packages that use S3MetaRequestOptions.ResponseFileOption
-
Uses of S3MetaRequestOptions.ResponseFileOption in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return S3MetaRequestOptions.ResponseFileOptionModifier and TypeMethodDescriptionS3MetaRequestOptions.ResponseFileOption.getEnumValueFromInteger(int value) S3MetaRequestOptions.getResponseFileOption()Returns the enum constant of this type with the specified name.S3MetaRequestOptions.ResponseFileOption.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.crt.s3 with parameters of type S3MetaRequestOptions.ResponseFileOptionModifier and TypeMethodDescriptionS3MetaRequestOptions.withResponseFileOption(S3MetaRequestOptions.ResponseFileOption responseFileOption) Sets the option for how to handle the response file when downloading an object from S3.