Uses of Class
software.amazon.awssdk.crt.s3.S3MetaRequestOptions.MetaRequestType
-
Packages that use S3MetaRequestOptions.MetaRequestType Package Description software.amazon.awssdk.crt.s3 -
-
Uses of S3MetaRequestOptions.MetaRequestType in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return S3MetaRequestOptions.MetaRequestType Modifier and Type Method Description static S3MetaRequestOptions.MetaRequestType
S3MetaRequestOptions.MetaRequestType. getEnumValueFromInteger(int value)
S3MetaRequestOptions.MetaRequestType
S3MetaRequestOptions. getMetaRequestType()
S3MetaRequestOptions.MetaRequestType
ResumeToken. getType()
static S3MetaRequestOptions.MetaRequestType
S3MetaRequestOptions.MetaRequestType. valueOf(String name)
Returns the enum constant of this type with the specified name.static S3MetaRequestOptions.MetaRequestType[]
S3MetaRequestOptions.MetaRequestType. 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.MetaRequestType Modifier and Type Method Description S3MetaRequestOptions
S3MetaRequestOptions. withMetaRequestType(S3MetaRequestOptions.MetaRequestType metaRequestType)
-