Uses of Class
software.amazon.awssdk.crt.s3.S3MetaRequestOptions.ResponseFileOption
-
Packages that use S3MetaRequestOptions.ResponseFileOption Package Description software.amazon.awssdk.crt.s3 -
-
Uses of S3MetaRequestOptions.ResponseFileOption in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return S3MetaRequestOptions.ResponseFileOption Modifier and Type Method Description static S3MetaRequestOptions.ResponseFileOption
S3MetaRequestOptions.ResponseFileOption. getEnumValueFromInteger(int value)
S3MetaRequestOptions.ResponseFileOption
S3MetaRequestOptions. getResponseFileOption()
static S3MetaRequestOptions.ResponseFileOption
S3MetaRequestOptions.ResponseFileOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static S3MetaRequestOptions.ResponseFileOption[]
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.ResponseFileOption Modifier and Type Method Description S3MetaRequestOptions
S3MetaRequestOptions. withResponseFileOption(S3MetaRequestOptions.ResponseFileOption responseFileOption)
Sets the option for how to handle the response file when downloading an object from S3.
-