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 FileIoOptionsS3ClientOptions. getFileIoOptions()Gets the file I/O options for controlling how client performs file I/O operations.FileIoOptionsS3MetaRequestOptions. 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 S3ClientOptionsS3ClientOptions. withFileIoOptions(FileIoOptions fileIoOptions)Sets the file I/O options for controlling how client performs file I/O operations.S3MetaRequestOptionsS3MetaRequestOptions. withFileIoOptions(FileIoOptions fileIoOptions)Sets the file I/O options for controlling how client performs file I/O operations.
-