- RandomInputStream - Class in com.amazonaws.test.util
-
Test utility InputStream implementation that generates random ASCII data when
read, up to the size specified when constructed.
- RandomInputStream(long) - Constructor for class com.amazonaws.test.util.RandomInputStream
-
Constructs a new InputStream, which will return the specified amount
of bytes of random ASCII characters.
- RandomInputStream(long, boolean) - Constructor for class com.amazonaws.test.util.RandomInputStream
-
Creates a new random input stream of specified length, and specifies
whether the stream should be full on binary or character data.
- RandomTempFile - Class in com.amazonaws.test.util
-
Extension of File that creates a temporary file with a specified name in
Java's temporary directory, as declared in the JRE's system properties.
- RandomTempFile(String, long) - Constructor for class com.amazonaws.test.util.RandomTempFile
-
Creates, and fills, a temp file with the specified name and specified
size of random ASCII data.
- RandomTempFile(String, long, boolean) - Constructor for class com.amazonaws.test.util.RandomTempFile
-
Creates, and fills, a temp file with the specified name and specified
size of random binary or character data.
- RandomTempFile(File, String, long) - Constructor for class com.amazonaws.test.util.RandomTempFile
-
- read(byte[], int, int) - Method in class com.amazonaws.test.util.ConstantInputStream
-
- read() - Method in class com.amazonaws.test.util.ConstantInputStream
-
- read(byte[], int, int) - Method in class com.amazonaws.test.util.RandomInputStream
-
- read() - Method in class com.amazonaws.test.util.RandomInputStream
-
- read() - Method in class com.amazonaws.test.util.UnreliableRandomInputStream
-
- read(byte[], int, int) - Method in class com.amazonaws.test.util.UnreliableRandomInputStream
-
- ReflectionUtils - Class in com.amazonaws.smoketest
-
Utility methods for doing reflection.
- remainingBytes - Variable in class com.amazonaws.test.util.RandomInputStream
-
The number of bytes of data remaining in this random stream
- reset() - Method in class com.amazonaws.test.util.ProgressListenerWithEventCodeVerification
-
- RetryableAction<T> - Class in com.amazonaws.test.retry
-
Utility to repeatedly invoke an action that returns a result until it succeeds or the max allowed
attempts is reached.
- RetryableAssertion - Class in com.amazonaws.test.retry
-
Utility to repeatedly invoke assertion logic until it succeeds or the max allowed attempts is
reached.
- RetryableAssertion() - Constructor for class com.amazonaws.test.retry.RetryableAssertion
-
- RetryableError - Error in com.amazonaws.test.retry
-
- RetryableError(Error) - Constructor for error com.amazonaws.test.retry.RetryableError
-
- RetryableParams - Class in com.amazonaws.test.retry
-
- RetryableParams() - Constructor for class com.amazonaws.test.retry.RetryableParams
-