| Package | Description |
|---|---|
| software.amazon.awssdk.utils | |
| software.amazon.awssdk.utils.cache | |
| software.amazon.awssdk.utils.internal |
| Class and Description |
|---|
| 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. |
| AttributeMap.Key.UnsafeValueType
Useful for parameterized types.
|
| 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. |
| ImmutableMap
An immutable map that could be built by convenient constructors.
|
| ImmutableMap.Builder
A convenient builder for creating ImmutableMap instances.
|
| JavaSystemSetting
The system properties usually provided by the Java runtime.
|
| Logger |
| Pair
Simple struct of two values, possibly of different types.
|
| ProxySystemSetting
The system properties related to http proxy
|
| SdkAutoCloseable
An implementation of
AutoCloseable that does not throw any checked exceptions. |
| 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.
|
| ToString
A class to standardize implementations of
Object.toString() across the SDK. |
| Class and Description |
|---|
| SdkAutoCloseable
An implementation of
AutoCloseable that does not throw any checked exceptions. |
| Class and Description |
|---|
| SystemSetting
An interface implemented by enums in other packages in order to define the system settings the want loaded.
|
Copyright © 2019. All rights reserved.