Uses of Class
software.amazon.awssdk.crt.s3.FileIoOptions
-
Packages that use FileIoOptions Package Description software.amazon.awssdk.crt.s3 -
-
Uses of FileIoOptions in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return FileIoOptions Modifier and Type Method Description FileIoOptions
S3ClientOptions. getFileIoOptions()
Gets the file I/O options for controlling how client performs file I/O operations.FileIoOptions
S3MetaRequestOptions. getFileIoOptions()
Gets the file I/O options for controlling how client performs file I/O operations.Methods in software.amazon.awssdk.crt.s3 with parameters of type FileIoOptions Modifier and Type Method Description S3ClientOptions
S3ClientOptions. withFileIoOptions(FileIoOptions fileIoOptions)
Sets the file I/O options for controlling how client performs file I/O operations.S3MetaRequestOptions
S3MetaRequestOptions. withFileIoOptions(FileIoOptions fileIoOptions)
Sets the file I/O options for controlling how client performs file I/O operations.
-