Uses of Class
software.amazon.awssdk.crt.s3.FileIoOptions
Packages that use FileIoOptions
-
Uses of FileIoOptions in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return FileIoOptionsModifier and TypeMethodDescriptionS3ClientOptions.getFileIoOptions()Gets the file I/O options for controlling how client performs file I/O operations.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 FileIoOptionsModifier and TypeMethodDescriptionS3ClientOptions.withFileIoOptions(FileIoOptions fileIoOptions) Sets the file I/O options for controlling how client performs file I/O operations.S3MetaRequestOptions.withFileIoOptions(FileIoOptions fileIoOptions) Sets the file I/O options for controlling how client performs file I/O operations.