Skip navigation links
A B C D E F G H I J K L N O P Q R S T U V W 

A

AccessToken - Class in com.azure.core.credentials
Represents an immutable access token with a token string and an expiration time.
AccessToken(String, OffsetDateTime) - Constructor for class com.azure.core.credentials.AccessToken
Creates an access token instance.
addAfterRetryPolicies(List<HttpPipelinePolicy>) - Static method in class com.azure.core.http.policy.HttpPolicyProviders
Adds SPI policies that implement AfterRetryPolicyProvider.
addAllowedHeaderName(String) - Method in class com.azure.core.http.policy.HttpLogOptions
Sets the given whitelisted header that should be logged.
addAllowedQueryParamName(String) - Method in class com.azure.core.http.policy.HttpLogOptions
Sets the given whitelisted query param that should be logged.
addBeforeRetryPolicies(List<HttpPipelinePolicy>) - Static method in class com.azure.core.http.policy.HttpPolicyProviders
Adds SPI policies that implement BeforeRetryPolicyProvider.
addData(Object, Object) - Method in class com.azure.core.util.Context
Adds a new immutable Context object with the specified key-value pair to the existing Context chain.
AddDatePolicy - Class in com.azure.core.http.policy
The Pipeline policy that adds Date header in RFC 1123 format when sending an HTTP request.
AddDatePolicy() - Constructor for class com.azure.core.http.policy.AddDatePolicy
 
AddHeadersPolicy - Class in com.azure.core.http.policy
The Pipeline policy that adds a particular set of headers to HTTP requests.
AddHeadersPolicy(HttpHeaders) - Constructor for class com.azure.core.http.policy.AddHeadersPolicy
Creates a AddHeadersPolicy.
addLink(Context) - Method in interface com.azure.core.util.tracing.Tracer
Provides a way to link multiple tracing spans.
addScopes(String...) - Method in class com.azure.core.credentials.TokenRequest
Adds one or more scopes to the request scopes.
addValue(String) - Method in class com.azure.core.http.HttpHeader
Add a new value to the end of the Header.
AfterRetryPolicyProvider - Interface in com.azure.core.http.policy
Implementing classes are automatically added as policies after the retry policy.
AsyncKeyEncryptionKey - Interface in com.azure.core.cryptography
A key which is used to asynchronously encrypt, or wrap, another key.
AsyncKeyEncryptionKeyResolver - Interface in com.azure.core.cryptography
An object capable of asynchronously retrieving key encryption keys from a provided key identifier.
AzureException - Exception in com.azure.core.exception
The base exception type for all Azure-related exceptions.
AzureException(String) - Constructor for exception com.azure.core.exception.AzureException
Initializes a new instance of the AzureException class.
AzureException(String, Throwable) - Constructor for exception com.azure.core.exception.AzureException
Initializes a new instance of the AzureException class.

B

Base64Url - Class in com.azure.core.util
Wrapper over Base64Url encoded byte array used during serialization and deserialization.
Base64Url(String) - Constructor for class com.azure.core.util.Base64Url
Creates a new Base64Url object with the specified encoded string.
Base64Url(byte[]) - Constructor for class com.azure.core.util.Base64Url
Creates a new Base64Url object with the specified encoded bytes.
BasicAuthenticationCredential - Class in com.azure.core.credentials
Basic Auth credentials for use with a REST Service Client.
BasicAuthenticationCredential(String, String) - Constructor for class com.azure.core.credentials.BasicAuthenticationCredential
Creates a basic authentication credential.
BearerTokenAuthenticationPolicy - Class in com.azure.core.http.policy
The Pipeline policy that applies a token credential to an HTTP request with "Bearer" scheme.
BearerTokenAuthenticationPolicy(TokenCredential, String...) - Constructor for class com.azure.core.http.policy.BearerTokenAuthenticationPolicy
Creates BearerTokenAuthenticationPolicy.
BeforeRetryPolicyProvider - Interface in com.azure.core.http.policy
Implementing classes are automatically added as policies before the retry policy.
block() - Method in class com.azure.core.util.polling.Poller
Blocks execution and wait for polling to complete.
block(Duration) - Method in class com.azure.core.util.polling.Poller
Blocks execution and wait for polling to complete.
blockUntil(PollResponse.OperationStatus) - Method in class com.azure.core.util.polling.Poller
Blocks indefinitely until given PollResponse.OperationStatus is received.
blockUntil(PollResponse.OperationStatus, Duration) - Method in class com.azure.core.util.polling.Poller
Blocks until given statusToBlockFor is received or the timeout elapses.
BodyParam - Annotation Type in com.azure.core.annotation
Annotation to annotate a parameter to send to a REST endpoint as HTTP Request content.
buffer() - Method in class com.azure.core.http.HttpResponse
Get a new Response object wrapping this response with it's content buffered into memory.
build() - Method in class com.azure.core.http.HttpPipelineBuilder
Creates a HttpPipeline based on options set in the Builder.
buildAsyncKeyEncryptionKey(String) - Method in interface com.azure.core.cryptography.AsyncKeyEncryptionKeyResolver
Retrieves the AsyncKeyEncryptionKey corresponding to the specified keyId
buildKeyEncryptionKey(String) - Method in interface com.azure.core.cryptography.KeyEncryptionKeyResolver
Retrieves the KeyEncryptionKey corresponding to the specified keyId
byPage() - Method in class com.azure.core.http.rest.PagedFluxBase
Creates a flux of PagedResponse starting from the first page.
byPage(String) - Method in class com.azure.core.http.rest.PagedFluxBase
Creates a flux of PagedResponse starting from the next page associated with the given continuation token.

C

cancelOperation() - Method in class com.azure.core.util.polling.Poller
Attempts to cancel the long-running operation that this Poller represents.
ClientAuthenticationException - Exception in com.azure.core.exception
The exception thrown when failed to authenticate the client request with status code of 4XX, typically 401 unauthorized.
ClientAuthenticationException(String, HttpResponse) - Constructor for exception com.azure.core.exception.ClientAuthenticationException
Initializes a new instance of the ClientAuthenticationException class.
ClientAuthenticationException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.ClientAuthenticationException
Initializes a new instance of the ClientAuthenticationException class.
ClientAuthenticationException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.ClientAuthenticationException
Initializes a new instance of the ClientAuthenticationException class.
ClientLogger - Class in com.azure.core.util.logging
This is a fluent logger helper class that wraps a pluggable Logger.
ClientLogger(Class<?>) - Constructor for class com.azure.core.util.logging.ClientLogger
Retrieves a logger for the passed class using the LoggerFactory.
ClientLogger(String) - Constructor for class com.azure.core.util.logging.ClientLogger
Retrieves a logger for the passed class name using the LoggerFactory.
clone() - Method in class com.azure.core.http.HttpPipelineNextPolicy
 
clone() - Method in class com.azure.core.util.Configuration
 
close() - Method in class com.azure.core.http.HttpResponse
Closes the response content stream, if any.
close() - Method in class com.azure.core.http.rest.StreamResponse
Disposes the connection associated with this StreamResponse.
com.azure.core.annotation - package com.azure.core.annotation
Package containing annotations for client side methods that maps to REST APIs.
com.azure.core.credentials - package com.azure.core.credentials
Package containing basic credential classes for authentication purposes.
com.azure.core.cryptography - package com.azure.core.cryptography
Package containing core cryptography interfaces.
com.azure.core.exception - package com.azure.core.exception
Package containing core exception classes.
com.azure.core.http - package com.azure.core.http
Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.
com.azure.core.http.policy - package com.azure.core.http.policy
Package containing HttpPipelinePolicy interface and its implementations.
com.azure.core.http.rest - package com.azure.core.http.rest
Package containing REST-related APIs.
com.azure.core.util - package com.azure.core.util
Package containing core utility classes.
com.azure.core.util.logging - package com.azure.core.util.logging
Package containing logging APIs.
com.azure.core.util.polling - package com.azure.core.util.polling
Package containing API for long running operations.
com.azure.core.util.tracing - package com.azure.core.util.tracing
Package containing API for tracing.
Configuration - Class in com.azure.core.util
Contains configuration information that is used during construction of client libraries.
Configuration() - Constructor for class com.azure.core.util.Configuration
Constructs an empty configuration.
contains(String) - Method in class com.azure.core.util.Configuration
Determines if the configuration exists.
Context - Class in com.azure.core.util
Context offers a means of passing arbitrary data (key-value pairs) to pipeline policies.
Context(Object, Object) - Constructor for class com.azure.core.util.Context
Constructs a new Context object.
CookiePolicy - Class in com.azure.core.http.policy
The Pipeline policy that which stores cookies based on the response Set-Cookie header and adds cookies to requests.
CookiePolicy() - Constructor for class com.azure.core.http.policy.CookiePolicy
 
copy() - Method in class com.azure.core.http.HttpRequest
Creates a copy of the request.
create() - Method in interface com.azure.core.http.policy.PolicyProvider
Creates the policy.
createDefault() - Static method in interface com.azure.core.http.HttpClient
Create default HttpClient instance.
createInstance() - Method in interface com.azure.core.http.HttpClientProvider
Creates a new instance of the HttpClient that this HttpClientProvider is configured to create.

D

decodedBytes() - Method in class com.azure.core.util.Base64Url
Decode the bytes and return.
DecodeException - Exception in com.azure.core.exception
Error raised during response deserialization.
DecodeException(String, HttpResponse) - Constructor for exception com.azure.core.exception.DecodeException
Initializes a new instance of the DecodeException class.
DecodeException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.DecodeException
Initializes a new instance of the DecodeException class.
DecodeException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.DecodeException
Initializes a new instance of the DecodeException class.
Delete - Annotation Type in com.azure.core.annotation
HTTP DELETE method annotation describing the parameterized relative path to a REST endpoint for resource deletion.
DIAGNOSTIC_ID_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
Key for Context which indicates that the context contains a "Diagnostic Id" for the service call.

E

encode(byte[]) - Static method in class com.azure.core.util.Base64Url
Encode a byte array into Base64Url encoded bytes.
encodedBytes() - Method in class com.azure.core.util.Base64Url
Returns the underlying encoded byte array.
end(int, Throwable, Context) - Method in interface com.azure.core.util.tracing.Tracer
Completes the current tracing span.
end(String, Throwable, Context) - Method in interface com.azure.core.util.tracing.Tracer
Completes the current tracing span for AMQP calls.
end(int, Throwable, Context) - Static method in class com.azure.core.util.tracing.TracerProxy
For each tracer plugged into the SDK, its current tracing span is marked as completed.
ENTITY_PATH - Static variable in interface com.azure.core.util.tracing.Tracer
Key for Context which indicates that the context contains an entity path.
equals(Object) - Method in class com.azure.core.util.Base64Url
 
equals(Object) - Method in class com.azure.core.util.ExpandableStringEnum
 
error(String, Object...) - Method in class com.azure.core.util.logging.ClientLogger
Logs a formattable message that uses {} as the placeholder at error log level.
ExpandableStringEnum<T extends ExpandableStringEnum<T>> - Class in com.azure.core.util
Base implementation for expandable, single string enums.
ExpandableStringEnum() - Constructor for class com.azure.core.util.ExpandableStringEnum
 
ExpectedResponses - Annotation Type in com.azure.core.annotation
Annotation to annotate list of HTTP status codes that are expected in response from a REST endpoint.
extractContext(String, Context) - Method in interface com.azure.core.util.tracing.Tracer
Extracts the span's context as Context from upstream.

F

FAILED - Static variable in class com.azure.core.util.polling.PollResponse.OperationStatus
Represents that this long-running operation has failed to successfully complete, however this is still considered as complete long-running operation, meaning that the Poller instance will report that it is complete.
Fluent - Annotation Type in com.azure.core.annotation
Annotation given to all classes that are expected to provide a fluent API to end users.
FormParam - Annotation Type in com.azure.core.annotation
Annotation for form parameters to be sent to a REST API Request URI.
fromString(String, Class<T>) - Static method in class com.azure.core.util.ExpandableStringEnum
Creates an instance of the specific expandable string enum from a String.
fromString(String) - Static method in class com.azure.core.util.polling.PollResponse.OperationStatus
Creates or finds a PollResponse.OperationStatus from its string representation.

G

Get - Annotation Type in com.azure.core.annotation
HTTP GET method annotation describing the parameterized relative path to a REST endpoint for resource retrieval.
get(String) - Method in class com.azure.core.http.HttpHeaders
Gets the header for the provided header name.
get(String) - Method in class com.azure.core.util.Configuration
Gets the value of the configuration.
get(String, T) - Method in class com.azure.core.util.Configuration
Gets the value of the configuration converted to T.
get(String, Function<String, T>) - Method in class com.azure.core.util.Configuration
Gets the converted value of the configuration.
getAddress() - Method in class com.azure.core.http.ProxyOptions
 
getAllowedHeaderNames() - Method in class com.azure.core.http.policy.HttpLogOptions
Gets the whitelisted headers that should be logged.
getAllowedQueryParamNames() - Method in class com.azure.core.http.policy.HttpLogOptions
Gets the whitelisted query parameters.
getBody() - Method in class com.azure.core.http.HttpRequest
Get the request content.
getBody() - Method in class com.azure.core.http.HttpResponse
Get the publisher emitting response content chunks.
getBodyAsByteArray() - Method in class com.azure.core.http.HttpResponse
Get the response content as a byte[].
getBodyAsString() - Method in class com.azure.core.http.HttpResponse
Get the response content as a string.
getBodyAsString(Charset) - Method in class com.azure.core.http.HttpResponse
Get the response content as a string.
getBytesExpected() - Method in exception com.azure.core.exception.UnexpectedLengthException
 
getBytesRead() - Method in exception com.azure.core.exception.UnexpectedLengthException
 
getData(String) - Method in class com.azure.core.http.HttpPipelineCallContext
Gets a value with the given key stored in the context.
getData(Object) - Method in class com.azure.core.util.Context
Scans the linked-list of Context objects looking for one with the specified key.
getDeserializedHeaders() - Method in class com.azure.core.http.rest.ResponseBase
Get the headers from the HTTP response, transformed into the header type H.
getExpiresOn() - Method in class com.azure.core.credentials.AccessToken
 
getGlobalConfiguration() - Static method in class com.azure.core.util.Configuration
 
getHeaders() - Method in class com.azure.core.http.HttpRequest
Get the request headers.
getHeaders() - Method in class com.azure.core.http.HttpResponse
Get all response headers.
getHeaders() - Method in interface com.azure.core.http.rest.Response
Get the headers from the HTTP response.
getHeaders() - Method in class com.azure.core.http.rest.ResponseBase
Get the headers from the HTTP response.
getHeaders() - Method in class com.azure.core.http.rest.SimpleResponse
Get the headers from the HTTP response.
getHeaderValue(String) - Method in class com.azure.core.http.HttpResponse
Lookup a response header with the provided name.
getHttpClient() - Method in class com.azure.core.http.HttpPipeline
Get the HttpClient associated with the pipeline.
getHttpMethod() - Method in class com.azure.core.http.HttpRequest
Get the request method.
getHttpRequest() - Method in class com.azure.core.http.HttpPipelineCallContext
Get the http request.
getItems() - Method in interface com.azure.core.http.rest.Page
 
getKeyId() - Method in interface com.azure.core.cryptography.AsyncKeyEncryptionKey
Retrieves the key identifier.
getKeyId() - Method in interface com.azure.core.cryptography.KeyEncryptionKey
Retrieves the key identifier.
getLogLevel() - Method in class com.azure.core.http.policy.HttpLogOptions
Gets the level of detail to log on HTTP messages.
getName() - Method in class com.azure.core.http.HttpHeader
Get the header name.
getNextLink() - Method in interface com.azure.core.http.rest.Page
 
getObserver() - Method in class com.azure.core.util.polling.Poller
This method returns a Flux that can be subscribed to, enabling a subscriber to receive notification of every PollResponse, as it is received.
getPolicy(int) - Method in class com.azure.core.http.HttpPipeline
Get the policy at the passed index in the pipeline.
getPolicyCount() - Method in class com.azure.core.http.HttpPipeline
Get the count of policies in the pipeline.
getProperties() - Method in class com.azure.core.util.polling.PollResponse
A map of properties provided by the service that will be made available into the next poll operation.
getRequest() - Method in exception com.azure.core.exception.HttpRequestException
 
getRequest() - Method in class com.azure.core.http.HttpResponse
Get the request which resulted in this response.
getRequest() - Method in interface com.azure.core.http.rest.Response
Get the HTTP request which resulted in this response.
getRequest() - Method in class com.azure.core.http.rest.ResponseBase
 
getRequest() - Method in class com.azure.core.http.rest.SimpleResponse
 
getResponse() - Method in exception com.azure.core.exception.HttpResponseException
 
getRetryAfter() - Method in class com.azure.core.util.polling.PollResponse
Returns the delay the service has requested until the next polling operation is performed.
getScopes() - Method in class com.azure.core.credentials.TokenRequest
Gets the scopes required for the token.
getSize() - Method in class com.azure.core.http.HttpHeaders
Gets the number of headers in the collection.
getStatus() - Method in class com.azure.core.util.polling.Poller
Current known status as a result of last poll event or last response from a manual polling.
getStatus() - Method in class com.azure.core.util.polling.PollResponse
Represents the status of the long-running operation at the time the last polling operation finished successfully.
getStatusCode() - Method in class com.azure.core.http.HttpResponse
Get the response status code.
getStatusCode() - Method in interface com.azure.core.http.rest.Response
Get the HTTP response status code.
getStatusCode() - Method in class com.azure.core.http.rest.ResponseBase
Get the HTTP response status code.
getStatusCode() - Method in class com.azure.core.http.rest.SimpleResponse
 
getToken() - Method in class com.azure.core.credentials.AccessToken
 
getToken(TokenRequest) - Method in class com.azure.core.credentials.BasicAuthenticationCredential
 
getToken() - Method in class com.azure.core.credentials.SimpleTokenCache
Asynchronously get a token from either the cache or replenish the cache with a new token.
getToken(TokenRequest) - Method in interface com.azure.core.credentials.TokenCredential
Asynchronously get a token for a given resource/audience.
getType() - Method in class com.azure.core.http.ProxyOptions
 
getUrl() - Method in class com.azure.core.http.HttpRequest
Get the target address.
getValue() - Method in exception com.azure.core.exception.HttpResponseException
 
getValue() - Method in class com.azure.core.http.HttpHeader
Get the header value.
getValue(String) - Method in class com.azure.core.http.HttpHeaders
Get the value for the provided header name.
getValue() - Method in interface com.azure.core.http.rest.PagedResponse
Returns the items in the page.
getValue() - Method in interface com.azure.core.http.rest.Response
 
getValue() - Method in class com.azure.core.http.rest.ResponseBase
getValue() - Method in class com.azure.core.http.rest.SimpleResponse
 
getValue() - Method in class com.azure.core.http.rest.StreamResponse
 
getValue() - Method in class com.azure.core.util.polling.PollResponse
The value returned as a result of the last successful poll operation.
getValues() - Method in class com.azure.core.http.HttpHeader
Get the comma separated value as an array.
getValues(String) - Method in class com.azure.core.http.HttpHeaders
Get the values for the provided header name.

H

hashCode() - Method in class com.azure.core.util.Base64Url
 
hashCode() - Method in class com.azure.core.util.ExpandableStringEnum
 
Head - Annotation Type in com.azure.core.annotation
HTTP HEAD method annotation describing the parameterized relative path to a REST endpoint.
HeaderCollection - Annotation Type in com.azure.core.annotation
Annotation on a deserialized header type that indicates that the property should be treated as a header collection with the provided prefix.
HeaderParam - Annotation Type in com.azure.core.annotation
Replaces the header with the value of its target.
Headers - Annotation Type in com.azure.core.annotation
Annotation to annotate list of static headers sent to a REST endpoint.
Host - Annotation Type in com.azure.core.annotation
Annotation for parameterized host name targeting a REST service.
HOST_NAME - Static variable in interface com.azure.core.util.tracing.Tracer
Key for Context which indicates that the context contains the hostname.
HostParam - Annotation Type in com.azure.core.annotation
Annotation to annotate replacement of parameterized segments in a dynamic Host.
HostPolicy - Class in com.azure.core.http.policy
The Pipeline policy that adds the given host to each HttpRequest.
HostPolicy(String) - Constructor for class com.azure.core.http.policy.HostPolicy
Create HostPolicy.
HttpClient - Interface in com.azure.core.http
A generic interface for sending HTTP requests and getting responses.
httpClient(HttpClient) - Method in class com.azure.core.http.HttpPipelineBuilder
Sets the HttpClient that the pipeline will use to send requests.
HttpClientProvider - Interface in com.azure.core.http
An interface to be implemented by any azure-core plugin that wishes to provide an alternate HttpClient implementation.
HttpHeader - Class in com.azure.core.http
A single header within a HTTP request or response.
HttpHeader(String, String) - Constructor for class com.azure.core.http.HttpHeader
Create a HttpHeader instance using the provided name and value.
HttpHeaders - Class in com.azure.core.http
A collection of headers on an HTTP request or response.
HttpHeaders() - Constructor for class com.azure.core.http.HttpHeaders
Create an empty HttpHeaders instance.
HttpHeaders(Map<String, String>) - Constructor for class com.azure.core.http.HttpHeaders
Create a HttpHeaders instance with the provided initial headers.
HttpHeaders(Iterable<HttpHeader>) - Constructor for class com.azure.core.http.HttpHeaders
Create a HttpHeaders instance with the provided initial headers.
HttpLogDetailLevel - Enum in com.azure.core.http.policy
The level of detail to log on HTTP messages.
HttpLoggingPolicy - Class in com.azure.core.http.policy
The Pipeline policy that handles logging of HTTP requests and responses.
HttpLoggingPolicy(HttpLogOptions) - Constructor for class com.azure.core.http.policy.HttpLoggingPolicy
Creates an HttpLoggingPolicy with the given log configurations.
HttpLogOptions - Class in com.azure.core.http.policy
The log configurations for HTTP messages.
HttpLogOptions() - Constructor for class com.azure.core.http.policy.HttpLogOptions
 
HttpMethod - Enum in com.azure.core.http
The HTTP request methods.
HttpPipeline - Class in com.azure.core.http
The http pipeline.
HttpPipelineBuilder - Class in com.azure.core.http
This class provides a fluent builder API to help aid the configuration and instantiation of the HttpPipeline, calling build constructs an instance of the pipeline.
HttpPipelineBuilder() - Constructor for class com.azure.core.http.HttpPipelineBuilder
Creates a new instance of HttpPipelineBuilder that can configure options for the HttpPipeline before creating an instance of it.
HttpPipelineCallContext - Class in com.azure.core.http
Type representing context local to a single http request and it's response.
HttpPipelineNextPolicy - Class in com.azure.core.http
A type that invokes next policy in the pipeline.
HttpPipelinePolicy - Interface in com.azure.core.http.policy
Pipeline policy.
HttpPolicyProviders - Class in com.azure.core.http.policy
This class handles adding SPI plug-able policies to a pipeline automatically.
HttpRequest - Class in com.azure.core.http
The outgoing Http request.
HttpRequest(HttpMethod, URL) - Constructor for class com.azure.core.http.HttpRequest
Create a new HttpRequest instance.
HttpRequest(HttpMethod, URL, HttpHeaders, Flux<ByteBuffer>) - Constructor for class com.azure.core.http.HttpRequest
Create a new HttpRequest instance.
HttpRequestException - Exception in com.azure.core.exception
The exception occurred while attempting to connect a socket to a azure service address and port.
HttpRequestException(String, HttpRequest) - Constructor for exception com.azure.core.exception.HttpRequestException
Initializes a new instance of the ServiceRequestException class.
HttpRequestException(String, HttpRequest, Throwable) - Constructor for exception com.azure.core.exception.HttpRequestException
Initializes a new instance of the ServiceRequestException class.
HttpResponse - Class in com.azure.core.http
The type representing response of HttpRequest.
HttpResponse(HttpRequest) - Constructor for class com.azure.core.http.HttpResponse
 
HttpResponseException - Exception in com.azure.core.exception
The exception thrown when an unsuccessful response is received with http status code (e.g.
HttpResponseException(String, HttpResponse) - Constructor for exception com.azure.core.exception.HttpResponseException
Initializes a new instance of the HttpResponseException class.
HttpResponseException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.HttpResponseException
Initializes a new instance of the HTTPResponseException class.
HttpResponseException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.HttpResponseException
Initializes a new instance of the HttpResponseException class.

I

Immutable - Annotation Type in com.azure.core.annotation
Annotation given to all immutable classes.
IN_PROGRESS - Static variable in class com.azure.core.util.polling.PollResponse.OperationStatus
Represents that this long-running operation is in progress and not yet complete.
info(String, Object...) - Method in class com.azure.core.util.logging.ClientLogger
Logs a formattable message that uses {} as the placeholder at informational log level.
isAutoPollingEnabled() - Method in class com.azure.core.util.polling.Poller
Indicates if auto polling is enabled.
isExpired() - Method in class com.azure.core.credentials.AccessToken
 
iterableByPage() - Method in class com.azure.core.http.rest.PagedIterable
Provides Iterable API for{ @link PagedResponse} It will provide same collection of T values from starting if called multiple times.
iterableByPage(String) - Method in class com.azure.core.http.rest.PagedIterable
Provides Iterable API for PagedResponse, starting from the next page associated with the given continuation token.
IterableStream<T> - Class in com.azure.core.util
This class provides utility to iterate over values using standard 'for-each' style loops, or to convert them into a Stream and operate in that fashion.
IterableStream(Flux<T>) - Constructor for class com.azure.core.util.IterableStream
Creates instance given Flux.
iterator() - Method in class com.azure.core.http.HttpHeaders
 
iterator() - Method in class com.azure.core.util.IterableStream
Utility function to provide Iterator of value T.

J

JsonFlatten - Annotation Type in com.azure.core.annotation
Annotation used for flattening properties separated by '.'.

K

KeyEncryptionKey - Interface in com.azure.core.cryptography
A key which is used to synchronously encrypt, or wrap, another key.
KeyEncryptionKeyResolver - Interface in com.azure.core.cryptography
An object capable of synchronously retrieving key encryption keys from a provided key identifier.

L

logExceptionAsError(RuntimeException) - Method in class com.azure.core.util.logging.ClientLogger
Logs the RuntimeException at the error level and returns it to be thrown.
logExceptionAsWarning(RuntimeException) - Method in class com.azure.core.util.logging.ClientLogger
Logs the RuntimeException at the warning level and returns it to be thrown.

N

NONE - Static variable in class com.azure.core.util.Configuration
Noop Configuration object used to opt out of using global configurations when constructing client libraries.
NONE - Static variable in class com.azure.core.util.Context
Signifies that no data need be passed to the pipeline.
NOT_STARTED - Static variable in class com.azure.core.util.polling.PollResponse.OperationStatus
Represents that polling has not yet started for this long-running operation.

O

of(Map<Object, Object>) - Static method in class com.azure.core.util.Context
Creates a new immutable Context object with all the keys and values provided by the input Map
OPENCENSUS_SPAN_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
Key for Context which indicates that the context contains OpenCensus span data.
OPENCENSUS_SPAN_NAME_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
Key for Context which indicates that the context contains the name for the OpenCensus spans that are created.
OperationStatus() - Constructor for class com.azure.core.util.polling.PollResponse.OperationStatus
 

P

Page<T> - Interface in com.azure.core.http.rest
Represents a paginated REST response from the service.
PagedFlux<T> - Class in com.azure.core.http.rest
This class is a flux that can operate on a PagedResponse and also provides the ability to operate on individual items.
PagedFlux(Supplier<Mono<PagedResponse<T>>>) - Constructor for class com.azure.core.http.rest.PagedFlux
Creates an instance of PagedFlux that consists of only a single page of results.
PagedFlux(Supplier<Mono<PagedResponse<T>>>, Function<String, Mono<PagedResponse<T>>>) - Constructor for class com.azure.core.http.rest.PagedFlux
Creates an instance of PagedFlux.
PagedFluxBase<T,P extends PagedResponse<T>> - Class in com.azure.core.http.rest
This class is a flux that can operate on any type that extends PagedResponse and also provides the ability to operate on individual items.
PagedFluxBase(Supplier<Mono<P>>) - Constructor for class com.azure.core.http.rest.PagedFluxBase
Creates an instance of PagedFluxBase that consists of only a single page of results.
PagedFluxBase(Supplier<Mono<P>>, Function<String, Mono<P>>) - Constructor for class com.azure.core.http.rest.PagedFluxBase
Creates an instance of PagedFluxBase.
PagedIterable<T> - Class in com.azure.core.http.rest
This class provides utility to iterate over PagedResponse using Stream and Iterable interfaces.
PagedIterable(PagedFlux<T>) - Constructor for class com.azure.core.http.rest.PagedIterable
Creates instance given PagedFlux.
PagedResponse<T> - Interface in com.azure.core.http.rest
Response of a REST API that returns page.
Patch - Annotation Type in com.azure.core.annotation
HTTP PATCH method annotation describing the parameterized relative path to a REST endpoint for resource update.
PathParam - Annotation Type in com.azure.core.annotation
Annotation to annotate replacement for a named path segment in REST endpoint URL.
policies(HttpPipelinePolicy...) - Method in class com.azure.core.http.HttpPipelineBuilder
Adds policies to the set of policies that the pipeline will use when sending requests.
PolicyProvider - Interface in com.azure.core.http.policy
Implementing classes automatically provide policies.
poll() - Method in class com.azure.core.util.polling.Poller
Enables user to take control of polling and trigger manual poll operation.
Poller<T> - Class in com.azure.core.util.polling
This class offers API that simplifies the task of executing long-running operations against an Azure service.
Poller(Duration, Function<PollResponse<T>, Mono<PollResponse<T>>>) - Constructor for class com.azure.core.util.polling.Poller
Creates a Poller instance with poll interval and poll operation.
Poller(Duration, Function<PollResponse<T>, Mono<PollResponse<T>>>, Supplier<Mono<T>>, Consumer<Poller<T>>) - Constructor for class com.azure.core.util.polling.Poller
Creates a Poller instance with poll interval, poll operation, and optional cancel operation.
Poller(Duration, Function<PollResponse<T>, Mono<PollResponse<T>>>, Consumer<Poller<T>>) - Constructor for class com.azure.core.util.polling.Poller
Create a Poller instance with poll interval, poll operation and cancel operation.
PollResponse<T> - Class in com.azure.core.util.polling
PollResponse represents a single response from a service for a long-running polling operation.
PollResponse(PollResponse.OperationStatus, T, Duration, Map<Object, Object>) - Constructor for class com.azure.core.util.polling.PollResponse
Creates a new PollResponse with status, value, retryAfter and properties.
PollResponse(PollResponse.OperationStatus, T, Duration) - Constructor for class com.azure.core.util.polling.PollResponse
Creates a new PollResponse with status, value and retryAfter.
PollResponse(PollResponse.OperationStatus, T) - Constructor for class com.azure.core.util.polling.PollResponse
Creates a new PollResponse with status and value.
PollResponse.OperationStatus - Class in com.azure.core.util.polling
An enum to represent all possible states that a long-running operation may find itself in.
PortPolicy - Class in com.azure.core.http.policy
The Pipeline policy that adds a given port to each HttpRequest.
PortPolicy(int, boolean) - Constructor for class com.azure.core.http.policy.PortPolicy
Create a new PortPolicy object.
Post - Annotation Type in com.azure.core.annotation
HTTP POST method annotation describing the parameterized relative path to a REST endpoint for an action.
process() - Method in class com.azure.core.http.HttpPipelineNextPolicy
Invokes the next HttpPipelinePolicy.
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.AddDatePolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.AddHeadersPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.BearerTokenAuthenticationPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.CookiePolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.HostPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.HttpLoggingPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in interface com.azure.core.http.policy.HttpPipelinePolicy
Process provided request context and invokes the next policy.
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.PortPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.ProtocolPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.ProxyAuthenticationPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.RequestIdPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.RetryPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.TimeoutPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.UserAgentPolicy
Updates the User-Agent header with the value supplied in the policy.
ProcessKind - Enum in com.azure.core.util.tracing
Contains constants common AMQP protocol process calls.
PROPERTY_AZURE_CLIENT_ID - Static variable in class com.azure.core.util.Configuration
AAD
PROPERTY_AZURE_CLIENT_SECRET - Static variable in class com.azure.core.util.Configuration
AAD
PROPERTY_AZURE_CLOUD - Static variable in class com.azure.core.util.Configuration
The name of the Azure cloud to connect to.
PROPERTY_AZURE_LOG_LEVEL - Static variable in class com.azure.core.util.Configuration
Enable console logging by setting a log level.
PROPERTY_AZURE_PASSWORD - Static variable in class com.azure.core.util.Configuration
Azure password for U/P Auth.
PROPERTY_AZURE_RESOURCE_GROUP - Static variable in class com.azure.core.util.Configuration
Azure resource group.
PROPERTY_AZURE_SUBSCRIPTION_ID - Static variable in class com.azure.core.util.Configuration
Azure subscription.
PROPERTY_AZURE_TELEMETRY_DISABLED - Static variable in class com.azure.core.util.Configuration
Disables telemetry.
PROPERTY_AZURE_TENANT_ID - Static variable in class com.azure.core.util.Configuration
AAD
PROPERTY_AZURE_TRACING_DISABLED - Static variable in class com.azure.core.util.Configuration
Disables tracing.
PROPERTY_AZURE_USERNAME - Static variable in class com.azure.core.util.Configuration
Azure username for U/P Auth.
PROPERTY_HTTP_PROXY - Static variable in class com.azure.core.util.Configuration
URI of the proxy for HTTP connections.
PROPERTY_HTTPS_PROXY - Static variable in class com.azure.core.util.Configuration
URI of the proxy for HTTPS connections.
PROPERTY_MSI_ENDPOINT - Static variable in class com.azure.core.util.Configuration
AAD MSI Credentials.
PROPERTY_MSI_SECRET - Static variable in class com.azure.core.util.Configuration
AAD MSI Credentials.
PROPERTY_NO_PROXY - Static variable in class com.azure.core.util.Configuration
List of hosts or CIDR to not proxy.
ProtocolPolicy - Class in com.azure.core.http.policy
The Pipeline policy that adds a given protocol to each HttpRequest.
ProtocolPolicy(String, boolean) - Constructor for class com.azure.core.http.policy.ProtocolPolicy
Create a new ProtocolPolicy.
ProxyAuthenticationPolicy - Class in com.azure.core.http.policy
The Pipeline policy that adds basic proxy authentication to outgoing HTTP requests.
ProxyAuthenticationPolicy(String, String) - Constructor for class com.azure.core.http.policy.ProxyAuthenticationPolicy
Creates a ProxyAuthenticationPolicy.
ProxyOptions - Class in com.azure.core.http
proxy configuration.
ProxyOptions(ProxyOptions.Type, InetSocketAddress) - Constructor for class com.azure.core.http.ProxyOptions
Creates ProxyOptions.
ProxyOptions.Type - Enum in com.azure.core.http
The type of the proxy.
Put - Annotation Type in com.azure.core.annotation
HTTP PUT method annotation describing the parameterized relative path to a REST endpoint for resource creation or update.
put(String, String) - Method in class com.azure.core.http.HttpHeaders
Sets a header with the given name and value.
put(String, String) - Method in class com.azure.core.util.Configuration
Adds a configuration with the given value.

Q

QueryParam - Annotation Type in com.azure.core.annotation
Annotation for query parameters to be appended to a REST API Request URI.

R

remove(String) - Method in class com.azure.core.http.HttpHeaders
Removes the header with the provided header name.
remove(String) - Method in class com.azure.core.util.Configuration
Removes the configuration.
RequestIdPolicy - Class in com.azure.core.http.policy
The Pipeline policy that puts a UUID in the request header.
RequestIdPolicy() - Constructor for class com.azure.core.http.policy.RequestIdPolicy
 
ResourceExistsException - Exception in com.azure.core.exception
The exception thrown when HTTP request tried to create an already existing resource with status code of 4XX, typically 412 conflict.
ResourceExistsException(String, HttpResponse) - Constructor for exception com.azure.core.exception.ResourceExistsException
Initializes a new instance of the ResourceExistsException class.
ResourceExistsException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.ResourceExistsException
Initializes a new instance of the ResourceExistsException class.
ResourceExistsException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.ResourceExistsException
Initializes a new instance of the ResourceExistsException class.
ResourceModifiedException - Exception in com.azure.core.exception
The exception thrown for invalid resource modification with status code of 4XX, typically 409 Conflict.
ResourceModifiedException(String, HttpResponse) - Constructor for exception com.azure.core.exception.ResourceModifiedException
Initializes a new instance of the ResourceModifiedException class.
ResourceModifiedException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.ResourceModifiedException
Initializes a new instance of the ResourceModifiedException class.
ResourceModifiedException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.ResourceModifiedException
Initializes a new instance of the ResourceModifiedException class.
ResourceNotFoundException - Exception in com.azure.core.exception
An error response, typically triggered by a 412 response (for update) or 404 (for get/post)
ResourceNotFoundException(String, HttpResponse) - Constructor for exception com.azure.core.exception.ResourceNotFoundException
Initializes a new instance of the ResourceNotFoundException class.
ResourceNotFoundException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.ResourceNotFoundException
Initializes a new instance of the ResourceNotFoundException class.
ResourceNotFoundException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.ResourceNotFoundException
Initializes a new instance of the ResourceNotFoundException class.
Response<T> - Interface in com.azure.core.http.rest
REST response with a strongly-typed content specified.
ResponseBase<H,T> - Class in com.azure.core.http.rest
The response of a REST request.
ResponseBase(HttpRequest, int, HttpHeaders, T, H) - Constructor for class com.azure.core.http.rest.ResponseBase
Create ResponseBase.
ResumeOperation - Annotation Type in com.azure.core.annotation
Annotation for method representing continuation operation.
RetryPolicy - Class in com.azure.core.http.policy
A pipeline policy that retries when a recoverable HTTP error occurs.
RetryPolicy() - Constructor for class com.azure.core.http.policy.RetryPolicy
Creates a RetryPolicy with the default number of retry attempts and delay between retries.
RetryPolicy(int, Duration) - Constructor for class com.azure.core.http.policy.RetryPolicy
Creates a RetryPolicy.
ReturnType - Enum in com.azure.core.annotation
Enumeration of return types used with ServiceMethod annotation to indicate if a method is expected to return a single item or a collection
ReturnValueWireType - Annotation Type in com.azure.core.annotation
Annotation for the type that will be used to deserialize the return value of a REST API response.

S

send(HttpRequest) - Method in interface com.azure.core.http.HttpClient
Send the provided request asynchronously.
send(HttpRequest) - Method in class com.azure.core.http.HttpPipeline
Wraps the request in a context and send it through pipeline.
send(HttpRequest, Context) - Method in class com.azure.core.http.HttpPipeline
Wraps the request in a context with additional metadata and sends it through the pipeline.
send(HttpPipelineCallContext) - Method in class com.azure.core.http.HttpPipeline
Sends the context (containing request) through pipeline.
ServiceClient - Annotation Type in com.azure.core.annotation
Annotation given to all service client classes.
ServiceClientBuilder - Annotation Type in com.azure.core.annotation
Annotation given to all service client builder classes.
ServiceInterface - Annotation Type in com.azure.core.annotation
Annotation to give the service interfaces a name that correlates to the service that is usable in a programmatic way.
ServiceMethod - Annotation Type in com.azure.core.annotation
Annotation given to all service client methods that perform network operations.
ServiceResponseException - Exception in com.azure.core.exception
A runtime exception indicating service response failure caused by one of the following scenarios: 1.
ServiceResponseException(String) - Constructor for exception com.azure.core.exception.ServiceResponseException
Initializes a new instance of the ServiceResponseException class.
ServiceResponseException(String, Throwable) - Constructor for exception com.azure.core.exception.ServiceResponseException
Initializes a new instance of the ServiceResponseException class.
setAllowedHeaderNames(Set<String>) - Method in class com.azure.core.http.policy.HttpLogOptions
Sets the given whitelisted headers that should be logged.
setAllowedQueryParamNames(Set<String>) - Method in class com.azure.core.http.policy.HttpLogOptions
Sets the given whitelisted query params to be displayed in the logging info.
setAttribute(String, String, Context) - Method in interface com.azure.core.util.tracing.Tracer
Adds metadata to the current span.
setAttribute(String, String, Context) - Static method in class com.azure.core.util.tracing.TracerProxy
For each tracer plugged into the SDK, the key-value pair metadata is added to its current span.
setAutoPollingEnabled(boolean) - Method in class com.azure.core.util.polling.Poller
Controls whether auto-polling is enabled or disabled.
setBody(String) - Method in class com.azure.core.http.HttpRequest
Set the request content.
setBody(byte[]) - Method in class com.azure.core.http.HttpRequest
Set the request content.
setBody(Flux<ByteBuffer>) - Method in class com.azure.core.http.HttpRequest
Set request content.
setData(String, Object) - Method in class com.azure.core.http.HttpPipelineCallContext
Stores a key-value data in the context.
setHeader(String, String) - Method in class com.azure.core.http.HttpRequest
Set a request header, replacing any existing value.
setHeaders(HttpHeaders) - Method in class com.azure.core.http.HttpRequest
Set the request headers.
setHttpMethod(HttpMethod) - Method in class com.azure.core.http.HttpRequest
Set the request method.
setHttpRequest(HttpRequest) - Method in class com.azure.core.http.HttpPipelineCallContext
Sets the http request object in the context.
setLogLevel(HttpLogDetailLevel) - Method in class com.azure.core.http.policy.HttpLogOptions
Sets the level of detail to log on Http messages.
setScopes(List<String>) - Method in class com.azure.core.credentials.TokenRequest
Sets the scopes required for the token.
setSpanName(String, Context) - Method in interface com.azure.core.util.tracing.Tracer
Sets the name for spans that are created.
setSpanName(String, Context) - Static method in class com.azure.core.util.tracing.TracerProxy
Sets the span name for each tracer plugged into the SDK.
setUrl(URL) - Method in class com.azure.core.http.HttpRequest
Set the target address to send the request to.
shouldLogBody() - Method in enum com.azure.core.http.policy.HttpLogDetailLevel
 
shouldLogHeaders() - Method in enum com.azure.core.http.policy.HttpLogDetailLevel
 
shouldLogUrl() - Method in enum com.azure.core.http.policy.HttpLogDetailLevel
 
SimpleResponse<T> - Class in com.azure.core.http.rest
REST response with a strongly-typed content specified.
SimpleResponse(HttpRequest, int, HttpHeaders, T) - Constructor for class com.azure.core.http.rest.SimpleResponse
Creates a SimpleResponse.
SimpleResponse(Response<?>, T) - Constructor for class com.azure.core.http.rest.SimpleResponse
Creates a SimpleResponse from a response and a value.
SimpleTokenCache - Class in com.azure.core.credentials
A token cache that supports caching a token and refreshing it.
SimpleTokenCache(Supplier<Mono<AccessToken>>) - Constructor for class com.azure.core.credentials.SimpleTokenCache
Creates an instance of RefreshableTokenCredential with default scheme "Bearer".
SPAN_CONTEXT - Static variable in interface com.azure.core.util.tracing.Tracer
Key for Context which indicates that the context contains a message span context.
start(String, Context) - Method in interface com.azure.core.util.tracing.Tracer
Creates a new tracing span.
start(String, Context, ProcessKind) - Method in interface com.azure.core.util.tracing.Tracer
Creates a new tracing span for AMQP calls.
start(String, Context) - Static method in class com.azure.core.util.tracing.TracerProxy
A new tracing span is created for each tracer plugged into the SDK.
stream() - Method in class com.azure.core.http.HttpHeaders
Get a Stream representation of the HttpHeader values in this instance.
stream() - Method in class com.azure.core.util.IterableStream
Utility function to provide Stream of value T.
streamByPage() - Method in class com.azure.core.http.rest.PagedIterable
Retrieve the Stream, one page at a time.
streamByPage(String) - Method in class com.azure.core.http.rest.PagedIterable
Retrieve the Stream, one page at a time, starting from the next page associated with the given continuation token.
StreamResponse - Class in com.azure.core.http.rest
REST response with a streaming content.
StreamResponse(HttpRequest, int, HttpHeaders, Flux<ByteBuffer>) - Constructor for class com.azure.core.http.rest.StreamResponse
Creates StreamResponse.
subscribe(CoreSubscriber<? super T>) - Method in class com.azure.core.http.rest.PagedFluxBase
Subscribe to consume all items of type T in the sequence respectively.
SUCCESSFULLY_COMPLETED - Static variable in class com.azure.core.util.polling.PollResponse.OperationStatus
Represent that this long-running operation is completed successfully.

T

TimeoutPolicy - Class in com.azure.core.http.policy
The Pipeline policy that limits the time allowed between sending a request and receiving the response.
TimeoutPolicy(Duration) - Constructor for class com.azure.core.http.policy.TimeoutPolicy
Creates a TimeoutPolicy.
TokenCredential - Interface in com.azure.core.credentials
The interface for credentials that can provide a token.
TokenRequest - Class in com.azure.core.credentials
Contains details of a request to Azure Active Directory to get a token.
TokenRequest() - Constructor for class com.azure.core.credentials.TokenRequest
Creates a token request instance.
toMap() - Method in class com.azure.core.http.HttpHeaders
Gets a Map representation of the HttpHeaders collection.
TooManyRedirectsException - Exception in com.azure.core.exception
This exception is thrown when an HTTP request has reached the maximum number of redirect attempts with HTTP status code of 3XX.
TooManyRedirectsException(String, HttpResponse) - Constructor for exception com.azure.core.exception.TooManyRedirectsException
Initializes a new instance of the TooManyRedirectsException class.
TooManyRedirectsException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.TooManyRedirectsException
Initializes a new instance of the TooManyRedirectsException class.
TooManyRedirectsException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.TooManyRedirectsException
Initializes a new instance of the TooManyRedirectsException class.
toString() - Method in class com.azure.core.http.HttpHeader
Get the String representation of the header.
toString() - Method in class com.azure.core.util.Base64Url
 
toString() - Method in class com.azure.core.util.ExpandableStringEnum
 
Tracer - Interface in com.azure.core.util.tracing
Contract that all tracers must implement to be pluggable into the SDK.
TracerProxy - Class in com.azure.core.util.tracing
This class provides a means for all client libraries to augment the context information they have received from an end user with additional distributed tracing information, that may then be passed on to a backend for analysis.

U

UnexpectedLengthException - Exception in com.azure.core.exception
This exception class represents an error when the specified input length doesn't match the data length.
UnexpectedLengthException(String, long, long) - Constructor for exception com.azure.core.exception.UnexpectedLengthException
Constructor of the UnexpectedLengthException.
UnexpectedResponseExceptionType - Annotation Type in com.azure.core.annotation
The exception type that is thrown or returned when one of the status codes is returned from a REST API.
UnexpectedResponseExceptionTypes - Annotation Type in com.azure.core.annotation
The @Repeatable container annotation for UnexpectedResponseExceptionType.
unwrapKey(String, byte[]) - Method in interface com.azure.core.cryptography.AsyncKeyEncryptionKey
Decrypts the specified encrypted key using the specified algorithm.
unwrapKey(String, byte[]) - Method in interface com.azure.core.cryptography.KeyEncryptionKey
Decrypts the specified encrypted key using the specified algorithm.
USER_CANCELLED - Static variable in class com.azure.core.util.polling.PollResponse.OperationStatus
Represents that this long-running operation is cancelled by user, however this is still considered as complete long-running operation.
UserAgentPolicy - Class in com.azure.core.http.policy
Pipeline policy that adds 'User-Agent' header to a request.
UserAgentPolicy() - Constructor for class com.azure.core.http.policy.UserAgentPolicy
Creates a UserAgentPolicy with a default user agent string.
UserAgentPolicy(String) - Constructor for class com.azure.core.http.policy.UserAgentPolicy
Creates a UserAgentPolicy with userAgent as the header value.
UserAgentPolicy(String, String, Configuration) - Constructor for class com.azure.core.http.policy.UserAgentPolicy
Creates a UserAgentPolicy with the sdkName and sdkVersion in the User-Agent header value.

V

valueOf(String) - Static method in enum com.azure.core.annotation.ReturnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.core.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.core.http.policy.HttpLogDetailLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.core.http.ProxyOptions.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.core.util.tracing.ProcessKind
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.core.annotation.ReturnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.core.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.core.http.policy.HttpLogDetailLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.core.http.ProxyOptions.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values(Class<T>) - Static method in class com.azure.core.util.ExpandableStringEnum
Gets a collection of all known values to an expandable string enum type.
values() - Static method in enum com.azure.core.util.tracing.ProcessKind
Returns an array containing the constants of this enum type, in the order they are declared.
verbose(String, Object...) - Method in class com.azure.core.util.logging.ClientLogger
Logs a formattable message that uses {} as the placeholder at verbose log level.

W

warning(String, Object...) - Method in class com.azure.core.util.logging.ClientLogger
Logs a formattable message that uses {} as the placeholder at warning log level.
wrapKey(String, byte[]) - Method in interface com.azure.core.cryptography.AsyncKeyEncryptionKey
Encrypts the specified key using the specified algorithm.
wrapKey(String, byte[]) - Method in interface com.azure.core.cryptography.KeyEncryptionKey
Encrypts the specified key using the specified algorithm.
A B C D E F G H I J K L N O P Q R S T U V W 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2019 Microsoft Corporation. All rights reserved.