public interface SdkAutoCloseable extends AutoCloseable
AutoCloseable that does not throw any checked exceptions. The SDK does not throw checked
exceptions in its close() methods, so users of the SDK should not need to handle them.| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void close()
close in interface AutoCloseableCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.