All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AsyncStream<T> A sequence of elements that can be enumerated asynchronously.AsyncStreamHandler<T> A type to asynchronously deliver the signals (element, error, completion) from aAsyncStream.AzureException The base Azure exception.Base64Url Encodes and decodes using Base64 URL encoding.Base64Util Utility type exposing Base64 encoding and decoding methods.BiConsumer<T,U> Type representing an operation that accepts two input arguments.CancellationToken Type representing a token to cancel one or more operations.DateTimeRfc1123 Wrapper over org.threeten.bp.OffsetDateTime used for specifying RFC1123 format during serialization and deserialization.ExpandableStringEnum<T extends ExpandableStringEnum<T>> Base implementation for expandable, single string enums.Function<I,O> The type representing a function that accept one input and produces a result.Header Represents a single header to be set on a request.Option<T> The Option type to describe tri-state.Page<C,T> Represents a paginated response from the service.PagedAsyncStreamCore<C,T,P extends Page<C,T>> A sequence of elements in pages that can be enumerated asynchronously.Predicate<I> A type representing a predicate to test.RequestContext RequestContextoffers a means of passing arbitrary data (key-value pairs) to pipeline policies.ServiceResponseException A runtime exception indicating service response failure caused by one of the following scenarios: The request was sent, but the client failed to understand the response.ServiceVersion A generic interface for sending service requests using the provided service version.UnixTime A wrapper over org.threeten.bp.OffsetDateTime used for specifying unix seconds format during serialization and deserialization.