Class TransferManagerConfiguration
java.lang.Object
software.amazon.awssdk.transfer.s3.internal.TransferManagerConfiguration
- All Implemented Interfaces:
AutoCloseable
,SdkAutoCloseable
Contains resolved configuration settings for
GenericS3TransferManager
.
This configuration object can be close()
d to release all closeable resources configured within it.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
void
close()
<T> T
option
(TransferConfigurationOption<T> option) Retrieve the value of a specific option.boolean
int
-
Method Details
-
option
Retrieve the value of a specific option. -
resolveUploadDirectoryFollowSymbolicLinks
-
resolveUploadDirectoryMaxDepth
-
close
public void close()Description copied from interface:SdkAutoCloseable
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceSdkAutoCloseable
-
builder
-