| Interface | Description |
|---|---|
| FunctionalUtils.UnsafeConsumer<I> |
Equivalent of
Consumer that throws a checked exception. |
| FunctionalUtils.UnsafeFunction<T,R> |
Equivalent of
Function that throws a checked exception. |
| FunctionalUtils.UnsafeRunnable |
Equivalent of
Runnable that throws a checked exception. |
| FunctionalUtils.UnsafeSupplier<T> |
Equivalent of
Supplier that throws a checked exception. |
| SystemSetting |
An interface implemented by enums in other packages in order to define the system settings the want loaded.
|
| Class | Description |
|---|---|
| AbstractEnum | |
| ArrayUtils |
Operations on arrays, primitive arrays (like
int[]) and
primitive wrapper arrays (like Integer[]). |
| 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<T> |
An abstract class extended by pseudo-enums defining the key for data that is stored in the
AttributeMap. |
| Base64Utils |
A Base 64 codec API.
|
| BinaryUtils |
Utilities for encoding and decoding binary data to and from different forms.
|
| CollectionUtils | |
| DaemonThreadFactory |
An decorator for
ThreadFactory that sets all threads it creates to be daemon threads. |
| Either<L,R> |
Represents a value that can be one of two types.
|
| ExecutorUtils |
Utilities that make it easier to create, use and destroy
ExecutorServices. |
| FunctionalUtils | |
| Logger | |
| NamedThreadFactory |
An decorator for
ThreadFactory that allows naming threads based on a format. |
| NumericUtils | |
| OptionalUtils |
Functions that make working with optionals easier.
|
| Pair<LeftT,RightT> |
Simple struct of two values, possibly of different types.
|
| StringUtils |
Operations on
String that are
null safe. |
| ThreadFactoryBuilder |
A builder for creating a thread factory.
|
| Validate |
This class assists in validating arguments.
|
| Enum | Description |
|---|---|
| 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
|
| IoUtils |
Utilities for IO operations.
|
| JavaSystemSetting |
The system properties usually provided by the Java runtime.
|
| SdkSystemSetting |
System properties to configure the SDK runtime.
|
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.