| Package | Description |
|---|---|
| software.amazon.awssdk.utils |
| Class and Description |
|---|
| AbstractEnum |
| AttributeMap
A map from
AttributeMap.Key<T> to T that ensures the values stored with a key matches the type associated with
the key. |
| AttributeMap.Builder |
| AttributeMap.Key
An abstract class extended by pseudo-enums defining the key for data that is stored in the
AttributeMap. |
| Base16
A Base 16 codec API, which encodes into hex string in upper case.
|
| Base16Lower
A Base 16 codec API, which encodes into hex string in lower case.
|
| CodecUtils
Codec internal utilities
|
| Either
Represents a value that can be one of two types.
|
| FunctionalUtils.UnsafeConsumer
Equivalent of
Consumer that throws a checked exception. |
| FunctionalUtils.UnsafeFunction
Equivalent of
Function that throws a checked exception. |
| FunctionalUtils.UnsafeRunnable
Equivalent of
Runnable that throws a checked exception. |
| FunctionalUtils.UnsafeSupplier
Equivalent of
Supplier that throws a checked exception. |
| IoUtils
Utilities for IO operations.
|
| JavaSystemSetting
The system properties usually provided by the Java runtime.
|
| Logger |
| SdkSystemSetting
System properties to configure the SDK runtime.
|
| SystemSetting
An interface implemented by enums in other packages in order to define the system settings the want loaded.
|
| ThreadFactoryBuilder
A builder for creating a thread factory.
|
Copyright © 2017. All rights reserved.