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

A

AccessToken - Class in com.azure.core.credential
Represents an immutable access token with a token string and an expiration time.
AccessToken(String, OffsetDateTime) - Constructor for class com.azure.core.credential.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 to the default header set 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 a "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.credential.TokenRequestContext
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.
APPEND_USER_AGENT_CONTEXT_KEY - Static variable in class com.azure.core.http.policy.UserAgentPolicy
Key for Context to add a value which will be appended to the User-Agent supplied in this policy in an ad-hoc manner.
APPLICATION_JSON - Static variable in class com.azure.core.http.ContentType
the default JSON Content-Type header.
APPLICATION_OCTET_STREAM - Static variable in class com.azure.core.http.ContentType
the default binary Content-Type header.
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class com.azure.core.http.ContentType
The default form data Content-Type header.
arrayToString(T[], Function<T, String>) - Static method in class com.azure.core.util.CoreUtils
Turns an array into a string mapping each element to a string and delimits them using a coma.
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.
AsyncPollResponse<T,U> - Class in com.azure.core.util.polling
AsyncPollResponse represents an event emitted by the PollerFlux that asynchronously polls a long-running operation (LRO).
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
Encodes and decodes using Base64 URL encoding.
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.
Base64Util - Class in com.azure.core.util
Utility type exposing Base64 encoding and decoding methods.
BasicAuthenticationCredential - Class in com.azure.core.credential
Basic Auth credentials for use with a REST Service Client.
BasicAuthenticationCredential(String, String) - Constructor for class com.azure.core.credential.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.
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.
byteBufferToArray(ByteBuffer) - Static method in class com.azure.core.util.FluxUtil
Gets the content of the provided ByteBuffer as a byte array.

C

calculateRetryDelay(int) - Method in class com.azure.core.http.policy.ExponentialBackoff
 
calculateRetryDelay(int) - Method in class com.azure.core.http.policy.FixedDelay
 
calculateRetryDelay(int) - Method in interface com.azure.core.http.policy.RetryStrategy
Computes the delay between each retry.
cancelOperation() - Method in class com.azure.core.util.polling.AsyncPollResponse
 
cancelOperation() - Method in interface com.azure.core.util.polling.SyncPoller
cancels the remote long-running operation if cancellation is supported by the service.
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
Creates a new instance of this instance.
clone() - Method in class com.azure.core.util.Configuration
 
clone(byte[]) - Static method in class com.azure.core.util.CoreUtils
Creates a copy of the source byte array.
clone(int[]) - Static method in class com.azure.core.util.CoreUtils
Creates a copy of the source int array.
clone(T[]) - Static method in class com.azure.core.util.CoreUtils
Creates a copy of the source array.
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.PagedResponseBase
close() - Method in class com.azure.core.http.rest.StreamResponse
Disposes the connection associated with this StreamResponse.
collectBytesInByteBufferStream(Flux<ByteBuffer>) - Static method in class com.azure.core.util.FluxUtil
Collects ByteBuffer emitted by a Flux into a byte array.
CollectionFormat - Enum in com.azure.core.util.serializer
Swagger collection format to use for joining List parameters in paths, queries, and headers.
com.azure.core.annotation - package com.azure.core.annotation
Package containing annotations for client side methods that maps to REST APIs.
com.azure.core.credential - package com.azure.core.credential
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.serializer - package com.azure.core.util.serializer
Package containing interfaces describing serialization and deserialization contract.
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.
ContentType - Class in com.azure.core.http
The different values that commonly used for Content-Type header.
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.
CoreUtils - Class in com.azure.core.util
This class contains utility methods useful for building client libraries.
create() - Method in interface com.azure.core.http.policy.HttpPolicyProvider
Creates the policy.
create(Class<A>) - Static method in class com.azure.core.http.rest.RestProxy
Create a proxy implementation of the provided Swagger interface.
create(Class<A>, HttpPipeline) - Static method in class com.azure.core.http.rest.RestProxy
Create a proxy implementation of the provided Swagger interface.
create(Class<A>, HttpPipeline, SerializerAdapter) - Static method in class com.azure.core.http.rest.RestProxy
Create a proxy implementation of the provided Swagger interface.
createDefault() - Static method in interface com.azure.core.http.HttpClient
Create default HttpClient instance.
createDefaultSerializerAdapter() - Static method in class com.azure.core.util.serializer.JacksonAdapter
maintain singleton instance of the default serializer adapter.
createInstance() - Method in interface com.azure.core.http.HttpClientProvider
Creates a new instance of the HttpClient that this HttpClientProvider is configured to create.

D

DateTimeRfc1123 - Class in com.azure.core.util
Wrapper over java.time.OffsetDateTime used for specifying RFC1123 format during serialization and deserialization.
DateTimeRfc1123(OffsetDateTime) - Constructor for class com.azure.core.util.DateTimeRfc1123
Creates a new DateTimeRfc1123 object with the specified DateTime.
DateTimeRfc1123(String) - Constructor for class com.azure.core.util.DateTimeRfc1123
Creates a new DateTimeRfc1123 object with the specified DateTime.
decode(byte[]) - Static method in class com.azure.core.util.Base64Util
Decodes a base64 encoded byte array.
decodedBytes() - Method in class com.azure.core.util.Base64Url
Decode the bytes and returns its value.
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.
decodeString(String) - Static method in class com.azure.core.util.Base64Util
Decodes a base64 encoded string.
decodeURL(byte[]) - Static method in class com.azure.core.util.Base64Util
Decodes a byte array in base64 URL format.
Delete - Annotation Type in com.azure.core.annotation
HTTP DELETE method annotation describing the parameterized relative path to a REST endpoint for resource deletion.
deserialize(String, Type, SerializerEncoding) - Method in class com.azure.core.util.serializer.JacksonAdapter
 
deserialize(HttpHeaders, Type) - Method in class com.azure.core.util.serializer.JacksonAdapter
 
deserialize(String, Type, SerializerEncoding) - Method in interface com.azure.core.util.serializer.SerializerAdapter
Deserializes a string into a U object.
deserialize(HttpHeaders, Type) - Method in interface com.azure.core.util.serializer.SerializerAdapter
Deserialize the provided headers returned from a REST API to an entity instance declared as the model to hold 'Matching' headers.
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
Encodes a byte array into Base64Url encoded bytes.
encode(byte[]) - Static method in class com.azure.core.util.Base64Util
Encodes a byte array to base64.
encodedBytes() - Method in class com.azure.core.util.Base64Url
Returns the underlying encoded byte array.
encodeToString(byte[]) - Static method in class com.azure.core.util.Base64Util
Encodes a byte array to a base 64 string.
encodeURLWithoutPadding(byte[]) - Static method in class com.azure.core.util.Base64Util
Encodes a byte array to base64 URL format.
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_KEY - 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.DateTimeRfc1123
 
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.
ExponentialBackoff - Class in com.azure.core.http.policy
A truncated exponential backoff implementation of RetryStrategy that has a delay duration that exponentially increases with each retry attempt until an upper bound is reached after which every retry attempt is delayed by the provided max delay duration.
ExponentialBackoff() - Constructor for class com.azure.core.http.policy.ExponentialBackoff
Creates an instance of ExponentialBackoff with a maximum of three retry attempts.
ExponentialBackoff(int, Duration, Duration) - Constructor for class com.azure.core.http.policy.ExponentialBackoff
Creates an instance of ExponentialBackoff.
extractAndFetch(PagedResponse<T>, Context, BiFunction<String, Context, Publisher<T>>) - Static method in class com.azure.core.util.CoreUtils
Extracts and combines the generic items from all the pages linked together.
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.LongRunningOperationStatus
Represents that the long-running operation has failed to successfully complete, however this is still considered as complete long-running operation, meaning that the PollerFlux instance will report that it is complete.
findFirstOfType(Object[], Class<T>) - Static method in class com.azure.core.util.CoreUtils
Returns the first instance of the given class from an array of Objects.
FixedDelay - Class in com.azure.core.http.policy
A fixed-delay implementation of RetryStrategy that has a fixed delay duration between each retry attempt.
FixedDelay(int, Duration) - Constructor for class com.azure.core.http.policy.FixedDelay
Creates an instance of FixedDelay.
Fluent - Annotation Type in com.azure.core.annotation
Annotation given to all classes that are expected to provide a fluent API to end users.
fluxContext(Function<Context, Flux<T>>) - Static method in class com.azure.core.util.FluxUtil
This method converts the incoming subscriberContext from Reactor Context to Azure Context and calls the given lambda function with this context and returns a collection of type T
fluxError(ClientLogger, RuntimeException) - Static method in class com.azure.core.util.FluxUtil
Propagates a RuntimeException through the error channel of Flux.
FluxUtil - Class in com.azure.core.util
Utility type exposing methods to deal with Flux.
FormParam - Annotation Type in com.azure.core.annotation
Annotation for form parameters to be sent to a REST API Request URI.
fromHeaders(HttpHeaders) - Static method in enum com.azure.core.util.serializer.SerializerEncoding
Determines the serializer encoding to use based on the Content-Type header.
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, boolean) - Static method in class com.azure.core.util.polling.LongRunningOperationStatus
Creates or finds a LongRunningOperationStatus 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.
getActivationResponse() - Method in class com.azure.core.util.polling.PollingContext
 
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.
getApplicationId() - Method in class com.azure.core.http.policy.HttpLogOptions
Gets the application specific id.
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
 
getContinuationToken() - Method in interface com.azure.core.http.rest.Page
Gets a link to the next page, or null if there are no more results.
getContinuationToken() - Method in class com.azure.core.http.rest.PagedResponseBase
Gets a link to the next page, or null if there are no more results.
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.
getData(String) - Method in class com.azure.core.util.polling.PollingContext
Get a value from the context with the provided key.
getDateTime() - Method in class com.azure.core.util.DateTimeRfc1123
Returns the underlying DateTime.
getDelimiter() - Method in enum com.azure.core.util.serializer.CollectionFormat
Gets the delimiter used to join a list of parameters.
getDeserializedHeaders() - Method in class com.azure.core.http.rest.PagedResponseBase
Get the headers from the HTTP response, transformed into the header type H.
getDeserializedHeaders() - Method in class com.azure.core.http.rest.ResponseBase
Get the headers from the HTTP response, transformed into the header type, H.
getExpiresAt() - Method in class com.azure.core.credential.AccessToken
 
getFinalResult() - Method in class com.azure.core.util.polling.AsyncPollResponse
 
getFinalResult() - Method in interface com.azure.core.util.polling.SyncPoller
Retrieve the final result of the long running operation.
getGlobalConfiguration() - Static method in class com.azure.core.util.Configuration
Gets the global configuration store shared by all client libraries.
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 class com.azure.core.http.rest.PagedResponseBase
Gets the headers from the HTTP response.
getHeaders() - Method in interface com.azure.core.http.rest.Response
Gets the headers from the HTTP response.
getHeaders() - Method in class com.azure.core.http.rest.ResponseBase
Gets the headers from the HTTP response.
getHeaders() - Method in class com.azure.core.http.rest.SimpleResponse
Gets the headers from the HTTP response.
getHeaderValue(String) - Method in class com.azure.core.http.HttpResponse
Lookup a response header with the provided name.
getHost() - Method in class com.azure.core.util.UrlBuilder
Get the host that has been assigned to this UrlBuilder.
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
Gets the HTTP request.
getIfMatch() - Method in class com.azure.core.http.MatchConditions
Gets the ETag that resources must match.
getIfModifiedSince() - Method in class com.azure.core.http.RequestConditions
Gets the datetime that resources must have been modified since.
getIfNoneMatch() - Method in class com.azure.core.http.MatchConditions
Gets the ETag that resources must not match.
getIfUnmodifiedSince() - Method in class com.azure.core.http.RequestConditions
Gets the datetime that resources must have remained unmodified since.
getItems() - Method in interface com.azure.core.http.rest.Page
Gets a list of items returned from the service.
getItems() - Method in class com.azure.core.http.rest.PagedResponseBase
Gets a list of items returned from the service.
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.
getLatestResponse() - Method in class com.azure.core.util.polling.PollingContext
 
getLogLevel() - Method in class com.azure.core.http.policy.HttpLogOptions
Gets the level of detail to log on HTTP messages.
getMaxRetries() - Method in class com.azure.core.http.policy.ExponentialBackoff
 
getMaxRetries() - Method in class com.azure.core.http.policy.FixedDelay
 
getMaxRetries() - Method in interface com.azure.core.http.policy.RetryStrategy
Max number of retry attempts to be make.
getName() - Method in class com.azure.core.http.HttpHeader
Get the header name.
getName() - Method in class com.azure.core.util.UserAgentProperties
Returns the name of the client library.
getPassword() - Method in class com.azure.core.http.ProxyOptions
 
getPath() - Method in class com.azure.core.util.UrlBuilder
Get the path that has been assigned to this UrlBuilder.
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.
getPort() - Method in class com.azure.core.util.UrlBuilder
Get the port that has been assigned to this UrlBuilder.
getProperties(String) - Static method in class com.azure.core.util.CoreUtils
Helper method that returns an immutable Map of properties defined in propertiesFileName.
getQuery() - Method in class com.azure.core.util.UrlBuilder
Get the query that has been assigned to this UrlBuilder.
getQueryString() - Method in class com.azure.core.util.UrlBuilder
Returns the query string currently configured in this UrlBuilder instance.
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 class com.azure.core.http.rest.PagedResponseBase
 
getRequest() - Method in interface com.azure.core.http.rest.Response
Gets the HTTP request which resulted in this response.
getRequest() - Method in class com.azure.core.http.rest.ResponseBase
Gets The request which resulted in this ResponseBase.
getRequest() - Method in class com.azure.core.http.rest.SimpleResponse
Gets the request which resulted in this SimpleResponse.
getResponse() - Method in exception com.azure.core.exception.HttpResponseException
Gets the associated HTTP response that caused the exception.
getRetryAfter() - Method in class com.azure.core.util.polling.PollResponse
Returns the delay the service has requested until the next polling operation is performed.
getScheme() - Method in class com.azure.core.util.UrlBuilder
Get the scheme/protocol that has been assigned to this UrlBuilder.
getScopes() - Method in class com.azure.core.credential.TokenRequestContext
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.AsyncPollResponse
Represents the status of the long-running operation at the time the last polling operation finished successfully.
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 class com.azure.core.http.rest.PagedResponseBase
Gets the HTTP response status code.
getStatusCode() - Method in interface com.azure.core.http.rest.Response
Gets the HTTP response status code.
getStatusCode() - Method in class com.azure.core.http.rest.ResponseBase
Gets the HTTP response status code.
getStatusCode() - Method in class com.azure.core.http.rest.SimpleResponse
Gets the status code of the HTTP response.
getSyncPoller() - Method in class com.azure.core.util.polling.PollerFlux
 
getToken() - Method in class com.azure.core.credential.AccessToken
 
getToken(TokenRequestContext) - Method in class com.azure.core.credential.BasicAuthenticationCredential
 
getToken() - Method in class com.azure.core.credential.SimpleTokenCache
Asynchronously get a token from either the cache or replenish the cache with a new token.
getToken(TokenRequestContext) - Method in interface com.azure.core.credential.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.
getUsername() - Method in class com.azure.core.http.ProxyOptions
 
getValue() - Method in exception com.azure.core.exception.HttpResponseException
Gets the deserialized HTTP response value.
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
Gets the deserialized value of the HTTP response.
getValue() - Method in class com.azure.core.http.rest.ResponseBase
Gets the deserialized value of the HTTP response.
getValue() - Method in class com.azure.core.http.rest.SimpleResponse
Gets the deserialized value of the HTTP response.
getValue() - Method in class com.azure.core.http.rest.StreamResponse
The content of the HTTP response as a stream of byte buffers.
getValue() - Method in class com.azure.core.util.polling.AsyncPollResponse
The value returned as a result of the last successful poll operation.
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.
getValues() - Method in class com.azure.core.util.Context
Scans the linked-list of Context objects populating a Map with the values of the context.
getVersion() - Method in interface com.azure.core.util.ServiceVersion
Gets the string representation of the ServiceVersion
getVersion() - Method in class com.azure.core.util.UserAgentProperties
Returns the version of the client library.

H

hashCode() - Method in class com.azure.core.util.Base64Url
 
hashCode() - Method in class com.azure.core.util.DateTimeRfc1123
 
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_KEY - 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.
HTTP_STATUS_TOO_MANY_REQUESTS - Static variable in interface com.azure.core.http.policy.RetryStrategy
 
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
Creates a new instance that does not log any information about HTTP requests or responses.
HttpMethod - Enum in com.azure.core.http
The HTTP request methods.
HttpPipeline - Class in com.azure.core.http
The HTTP pipeline that HTTP requests and responses will flow through.
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
A policy within the HttpPipeline.
HttpPolicyProvider - Interface in com.azure.core.http.policy
Implementing classes automatically provide policies.
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, String) - 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.LongRunningOperationStatus
Represents that the 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.
invoke(Object, Method, Object[]) - Method in class com.azure.core.http.rest.RestProxy
 
isComplete() - Method in class com.azure.core.util.polling.LongRunningOperationStatus
Returns a boolean to represent if the operation is in a completed state or not.
isExpired() - Method in class com.azure.core.credential.AccessToken
 
isFluxByteBuffer(Type) - Static method in class com.azure.core.util.FluxUtil
Checks if a type is Flux<ByteBuffer>.
isNullOrEmpty(Object[]) - Static method in class com.azure.core.util.CoreUtils
Checks if the array is null or empty.
isNullOrEmpty(Collection<?>) - Static method in class com.azure.core.util.CoreUtils
Checks if the collection is null or empty.
isNullOrEmpty(Map<?, ?>) - Static method in class com.azure.core.util.CoreUtils
Checks if the map is null or empty.
isNullOrEmpty(CharSequence) - Static method in class com.azure.core.util.CoreUtils
Checks if the character sequence is null or empty.
iterableByPage() - Method in class com.azure.core.http.rest.PagedIterableBase
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.PagedIterableBase
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 an instance with the given Flux.
IterableStream(Iterable<T>) - Constructor for class com.azure.core.util.IterableStream
Creates an instance with the given Iterable.
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

JacksonAdapter - Class in com.azure.core.util.serializer
Implementation of SerializerAdapter for Jackson.
JacksonAdapter() - Constructor for class com.azure.core.util.serializer.JacksonAdapter
Creates a new JacksonAdapter instance with default mapper settings.
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.
LongRunningOperationStatus - Class in com.azure.core.util.polling
An enum to represent all possible states that a long-running operation may find itself in.
LongRunningOperationStatus() - Constructor for class com.azure.core.util.polling.LongRunningOperationStatus
 

M

mapPage(Function<T, S>) - Method in class com.azure.core.http.rest.PagedFlux
Maps this PagedFlux instance of T to a PagedFlux instance of type S as per the provided mapper function.
mapPage(Function<T, S>) - Method in class com.azure.core.http.rest.PagedIterable
Maps this PagedIterable instance of T to a PagedIterable instance of type S as per the provided mapper function.
MatchConditions - Class in com.azure.core.http
Specifies HTTP options for conditional requests.
MatchConditions() - Constructor for class com.azure.core.http.MatchConditions
 
monoError(ClientLogger, RuntimeException) - Static method in class com.azure.core.util.FluxUtil
Propagates a RuntimeException through the error channel of Mono.

N

NONE - Static variable in class com.azure.core.util.Configuration
No-op 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 needs to be passed to the pipeline.
NOT_STARTED - Static variable in class com.azure.core.util.polling.LongRunningOperationStatus
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.
OVERRIDE_USER_AGENT_CONTEXT_KEY - Static variable in class com.azure.core.http.policy.UserAgentPolicy
Key for Context to add a value which will override the User-Agent supplied in this policy in an ad-hoc manner.

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.
pagedFluxError(ClientLogger, RuntimeException) - Static method in class com.azure.core.util.FluxUtil
Propagates a RuntimeException through the error channel of PagedFlux.
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.
PagedIterableBase<T,P extends PagedResponse<T>> - Class in com.azure.core.http.rest
This class provides utility to iterate over responses that extend PagedResponse using Stream and Iterable interfaces.
PagedIterableBase(PagedFluxBase<T, P>) - Constructor for class com.azure.core.http.rest.PagedIterableBase
Creates instance given PagedFluxBase.
PagedResponse<T> - Interface in com.azure.core.http.rest
Response of a REST API that returns page.
PagedResponseBase<H,T> - Class in com.azure.core.http.rest
Represents an HTTP response that contains a list of items deserialized into a Page.
PagedResponseBase(HttpRequest, int, HttpHeaders, Page<T>, H) - Constructor for class com.azure.core.http.rest.PagedResponseBase
Creates a new instance of the PagedResponseBase type.
PagedResponseBase(HttpRequest, int, HttpHeaders, List<T>, String, H) - Constructor for class com.azure.core.http.rest.PagedResponseBase
Creates a new instance of the PagedResponseBase type.
PARENT_SPAN_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
Key for Context which indicates that the context contains parent span data.
parse(String) - Static method in class com.azure.core.util.UrlBuilder
Parse a UrlBuilder from the provided URL string.
parse(URL) - Static method in class com.azure.core.util.UrlBuilder
Parse a UrlBuilder from the provided URL object.
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.
poll() - Method in interface com.azure.core.util.polling.SyncPoller
Poll once and return the poll response received.
PollerFlux<T,U> - Class in com.azure.core.util.polling
A Flux that simplifies the task of executing long-running operations against an Azure service.
PollerFlux(Duration, Function<PollingContext<T>, Mono<T>>, Function<PollingContext<T>, Mono<PollResponse<T>>>, BiFunction<PollingContext<T>, PollResponse<T>, Mono<T>>, Function<PollingContext<T>, Mono<U>>) - Constructor for class com.azure.core.util.polling.PollerFlux
Creates PollerFlux.
PollingContext<T> - Class in com.azure.core.util.polling
A key/value store that is propagated between various poll related operations associated with PollerFlux and SyncPoller poller.
PollResponse<T> - Class in com.azure.core.util.polling
PollResponse represents a single response from a service for a long-running polling operation.
PollResponse(LongRunningOperationStatus, T, Duration) - Constructor for class com.azure.core.util.polling.PollResponse
Creates a new PollResponse with status, value, retryAfter and properties.
PollResponse(LongRunningOperationStatus, T) - Constructor for class com.azure.core.util.polling.PollResponse
Creates a new PollResponse with status and value.
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
Creates 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.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
Client id to use when performing service principal authentication with Azure.
PROPERTY_AZURE_CLIENT_SECRET - Static variable in class com.azure.core.util.Configuration
Client secret to use when performing service principal authentication with Azure.
PROPERTY_AZURE_CLOUD - Static variable in class com.azure.core.util.Configuration
Name of the Azure cloud to connect to.
PROPERTY_AZURE_LOG_LEVEL - Static variable in class com.azure.core.util.Configuration
Enables logging by setting a log level.
PROPERTY_AZURE_PASSWORD - Static variable in class com.azure.core.util.Configuration
Username to use when performing username/password authentication with Azure.
PROPERTY_AZURE_RESOURCE_GROUP - Static variable in class com.azure.core.util.Configuration
Name of the Azure resource group.
PROPERTY_AZURE_SUBSCRIPTION_ID - Static variable in class com.azure.core.util.Configuration
Subscription id to use when connecting to Azure resources.
PROPERTY_AZURE_TELEMETRY_DISABLED - Static variable in class com.azure.core.util.Configuration
Disables telemetry collection.
PROPERTY_AZURE_TENANT_ID - Static variable in class com.azure.core.util.Configuration
Tenant id for the Azure resources.
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
Username to use when performing username/password authentication with Azure.
PROPERTY_HTTP_PROXY - Static variable in class com.azure.core.util.Configuration
URL of the proxy for HTTP connections.
PROPERTY_HTTPS_PROXY - Static variable in class com.azure.core.util.Configuration
URL of the proxy for HTTPS connections.
PROPERTY_MSI_ENDPOINT - Static variable in class com.azure.core.util.Configuration
Endpoint to connect to when using Azure Active Directory managed service identity (MSI).
PROPERTY_MSI_SECRET - Static variable in class com.azure.core.util.Configuration
Secret when connecting to Azure Active Directory using managed service identity (MSI).
PROPERTY_NO_PROXY - Static variable in class com.azure.core.util.Configuration
A list of hosts or CIDR to not use proxy HTTP/HTTPS connections through.
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
Creates a new ProtocolPolicy.
ProxyOptions - Class in com.azure.core.http
This represents proxy configuration to be used in http clients..
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

readFile(AsynchronousFileChannel, int, long, long) - Static method in class com.azure.core.util.FluxUtil
Creates a Flux from an AsynchronousFileChannel which reads part of a file into chunks of the given size.
readFile(AsynchronousFileChannel, long, long) - Static method in class com.azure.core.util.FluxUtil
Creates a Flux from an AsynchronousFileChannel which reads part of a file.
readFile(AsynchronousFileChannel) - Static method in class com.azure.core.util.FluxUtil
Creates a Flux from an AsynchronousFileChannel which reads the entire file.
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.
RequestConditions - Class in com.azure.core.http
Specifies HTTP options for conditional requests based on modification time.
RequestConditions() - Constructor for class com.azure.core.http.RequestConditions
 
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
Creates a ResponseBase.
RestProxy - Class in com.azure.core.http.rest
Type to create a proxy implementation for an interface describing REST API methods.
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 RetryPolicy with default ExponentialBackoff as RetryStrategy and ignore the delay provided in response header.
RetryPolicy(String, ChronoUnit) - Constructor for class com.azure.core.http.policy.RetryPolicy
Creates RetryPolicy with default ExponentialBackoff as RetryStrategy and use provided retryAfterHeader in HttpResponse headers for calculating retry delay.
RetryPolicy(RetryStrategy, String, ChronoUnit) - Constructor for class com.azure.core.http.policy.RetryPolicy
Creates RetryPolicy with the provided RetryStrategy and default ExponentialBackoff as RetryStrategy.
RetryPolicy(RetryStrategy) - Constructor for class com.azure.core.http.policy.RetryPolicy
Creates a RetryPolicy with the provided RetryStrategy and ignore the delay provided in response header.
RetryStrategy - Interface in com.azure.core.http.policy
The interface for determining the retry strategy used in 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

SCOPE_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
Key for Context the scope of code where the given Span is in the current Context.
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 sends 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 an HTTP request) through pipeline.
send(HttpRequest, Context) - Method in class com.azure.core.http.rest.RestProxy
Send the provided request asynchronously, applying any request policies provided to the HttpClient instance.
serialize(Object, SerializerEncoding) - Method in class com.azure.core.util.serializer.JacksonAdapter
 
serialize(Object, SerializerEncoding) - Method in interface com.azure.core.util.serializer.SerializerAdapter
Serializes an object into a string.
serializeList(List<?>, CollectionFormat) - Method in class com.azure.core.util.serializer.JacksonAdapter
 
serializeList(List<?>, CollectionFormat) - Method in interface com.azure.core.util.serializer.SerializerAdapter
Serializes a list into a string with the delimiter specified with the Swagger collection format joining each individual serialized items in the list.
serializer() - Method in class com.azure.core.util.serializer.JacksonAdapter
 
SerializerAdapter - Interface in com.azure.core.util.serializer
An interface defining the behaviors of a serializer.
serializeRaw(Object) - Method in class com.azure.core.util.serializer.JacksonAdapter
 
serializeRaw(Object) - Method in interface com.azure.core.util.serializer.SerializerAdapter
Serializes an object into a raw string.
SerializerEncoding - Enum in com.azure.core.util.serializer
Supported serialization encoding formats.
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: The request was sent, but the client failed to understand the response.
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.
ServiceVersion - Interface in com.azure.core.util
A generic interface for sending HTTP requests using the provided service version.
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.
setApplicationId(String) - Method in class com.azure.core.http.policy.HttpLogOptions
Sets the custom application specific id supplied by the user of the client library.
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.
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.
setCredentials(String, String) - Method in class com.azure.core.http.ProxyOptions
Set the proxy credentials.
setData(String, Object) - Method in class com.azure.core.http.HttpPipelineCallContext
Stores a key-value data in the context.
setData(String, String) - Method in class com.azure.core.util.polling.PollingContext
Set a key-value pair 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.
setHost(String) - Method in class com.azure.core.util.UrlBuilder
Set the host that will be used to build the final URL.
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.
setIfMatch(String) - Method in class com.azure.core.http.MatchConditions
Optionally limit requests to resources that match the passed ETag.
setIfMatch(String) - Method in class com.azure.core.http.RequestConditions
Optionally limit requests to resources that match the passed ETag.
setIfModifiedSince(OffsetDateTime) - Method in class com.azure.core.http.RequestConditions
Optionally limit requests to resources that have only been modified since the passed datetime.
setIfNoneMatch(String) - Method in class com.azure.core.http.MatchConditions
Optionally limit requests to resources that do not match the passed ETag.
setIfNoneMatch(String) - Method in class com.azure.core.http.RequestConditions
Optionally limit requests to resources that do not match the passed ETag.
setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.core.http.RequestConditions
Optionally limit requests to resources that have remained unmodified since the passed datetime.
setLogLevel(HttpLogDetailLevel) - Method in class com.azure.core.http.policy.HttpLogOptions
Sets the level of detail to log on Http messages.
setPath(String) - Method in class com.azure.core.util.UrlBuilder
Set the path that will be used to build the final URL.
setPort(String) - Method in class com.azure.core.util.UrlBuilder
Set the port that will be used to build the final URL.
setPort(int) - Method in class com.azure.core.util.UrlBuilder
Set the port that will be used to build the final URL.
setQuery(String) - Method in class com.azure.core.util.UrlBuilder
Set the query that will be used to build the final URL.
setQueryParameter(String, String) - Method in class com.azure.core.util.UrlBuilder
Set the provided query parameter name and encoded value to query string for the final URL.
setScheme(String) - Method in class com.azure.core.util.UrlBuilder
Set the scheme/protocol that will be used to build the final URL.
setScopes(List<String>) - Method in class com.azure.core.credential.TokenRequestContext
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.
setUrl(String) - 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
 
shouldRetry(HttpResponse) - Method in interface com.azure.core.http.policy.RetryStrategy
This method is consulted to determine if a retry attempt should be made for the given HttpResponse if the retry attempts are less than RetryStrategy.getMaxRetries().
simpleMapper() - Method in class com.azure.core.util.serializer.JacksonAdapter
Gets a static instance of ObjectMapper that doesn't handle flattening.
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.credential
A token cache that supports caching a token and refreshing it.
SimpleTokenCache(Supplier<Mono<AccessToken>>) - Constructor for class com.azure.core.credential.SimpleTokenCache
Creates an instance of RefreshableTokenCredential with default scheme "Bearer".
SPAN_BUILDER_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
Key for Context which indicates the shared span builder that is in the current Context.
SPAN_CONTEXT_KEY - 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.PagedIterableBase
Retrieve the Stream, one page at a time.
streamByPage(String) - Method in class com.azure.core.http.rest.PagedIterableBase
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 a 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.
subscribe(CoreSubscriber<? super AsyncPollResponse<T, U>>) - Method in class com.azure.core.util.polling.PollerFlux
 
SUCCESSFULLY_COMPLETED - Static variable in class com.azure.core.util.polling.LongRunningOperationStatus
Represent that the long-running operation is completed successfully.
SyncPoller<T,U> - Interface in com.azure.core.util.polling
A type that offers API that simplifies the task of executing long-running operations against an Azure service.

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.credential
The interface for credentials that can provide a token.
TokenRequestContext - Class in com.azure.core.credential
Contains details of a request to get a token.
TokenRequestContext() - Constructor for class com.azure.core.credential.TokenRequestContext
Creates a token request instance.
toMap() - Method in class com.azure.core.http.HttpHeaders
Gets a Map representation of the HttpHeaders collection.
toMono(Response<T>) - Static method in class com.azure.core.util.FluxUtil
Converts the incoming content to Mono.
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.
toReactorContext(Context) - Static method in class com.azure.core.util.FluxUtil
Converts an Azure context to Reactor context.
toString() - Method in class com.azure.core.http.HttpHeader
Get the String representation of the header.
toString() - Method in class com.azure.core.http.HttpHeaders
 
toString() - Method in class com.azure.core.util.Base64Url
 
toString() - Method in class com.azure.core.util.DateTimeRfc1123
 
toString() - Method in class com.azure.core.util.ExpandableStringEnum
 
toString() - Method in class com.azure.core.util.UrlBuilder
Get the string representation of the URL that is being built.
toUrl() - Method in class com.azure.core.util.UrlBuilder
Get the URL that is being built.
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.
UrlBuilder - Class in com.azure.core.util
A builder class that is used to create URLs.
UrlBuilder() - Constructor for class com.azure.core.util.UrlBuilder
 
USER_CANCELLED - Static variable in class com.azure.core.util.polling.LongRunningOperationStatus
Represents that the long-running operation is cancelled by user, however this is still considered as complete long-running operation.
USER_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 user spans that are created.
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, 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.
UserAgentPolicy(String, String, Configuration, ServiceVersion) - Constructor for class com.azure.core.http.policy.UserAgentPolicy
Creates a UserAgentPolicy with the sdkName and sdkVersion in the User-Agent header value.
UserAgentProperties - Class in com.azure.core.util
Class to hold the properties used in user agent strings.

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.serializer.CollectionFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.core.util.serializer.SerializerEncoding
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.serializer.CollectionFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.core.util.serializer.SerializerEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
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

waitForCompletion() - Method in interface com.azure.core.util.polling.SyncPoller
Wait for polling to complete.
waitForCompletion(Duration) - Method in interface com.azure.core.util.polling.SyncPoller
Wait for polling to complete with a timeout.
waitUntil(LongRunningOperationStatus) - Method in interface com.azure.core.util.polling.SyncPoller
Wait for the given LongRunningOperationStatus to receive.
waitUntil(Duration, LongRunningOperationStatus) - Method in interface com.azure.core.util.polling.SyncPoller
Wait for the given LongRunningOperationStatus.
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.
withContext(Function<Context, Mono<T>>) - Static method in class com.azure.core.util.FluxUtil
This method converts the incoming subscriberContext from Reactor Context to Azure Context and calls the given lambda function with this context and returns a single entity of type T
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.
writeFile(Flux<ByteBuffer>, AsynchronousFileChannel) - Static method in class com.azure.core.util.FluxUtil
Writes the bytes emitted by a Flux to an AsynchronousFileChannel.
writeFile(Flux<ByteBuffer>, AsynchronousFileChannel, long) - Static method in class com.azure.core.util.FluxUtil
Writes the bytes emitted by a Flux to an AsynchronousFileChannel starting at the given position in the file.
A B C D E F G H I J K L M 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.