Uses of Interface
com.azure.core.http.rest.Response
Packages that use Response
Package
Description
Package containing REST-related APIs.
Package containing the classes that handling long-running operation
for Azure ARM client side http communication with a REST endpoint.
Package containing core utility classes.
Package containing API for long running operations.
-
Uses of Response in com.azure.core.http.rest
Subinterfaces of Response in com.azure.core.http.restModifier and TypeInterfaceDescriptioninterfaceResponse of a REST API that returns page.Classes in com.azure.core.http.rest that implement ResponseModifier and TypeClassDescriptionclassPagedResponseBase<H,T> Represents an HTTP response that contains a list of items deserialized into aPage.classResponseBase<H,T> The response of a REST request.classREST response with a strongly-typed content specified.final classREST response with a streaming content.Constructors in com.azure.core.http.rest with parameters of type ResponseModifierConstructorDescriptionSimpleResponse(Response<?> response, T value) Creates aSimpleResponsefrom a response and a value. -
Uses of Response in com.azure.core.management.polling
Method parameters in com.azure.core.management.polling with type arguments of type ResponseModifier and TypeMethodDescriptionstatic <T,U> PollerFlux<PollResult<T>, U> PollerFactory.create(SerializerAdapter serializerAdapter, HttpPipeline pipeline, Type pollResultType, Type finalResultType, Duration defaultPollInterval, Mono<Response<Flux<ByteBuffer>>> lroInitMono) Creates a PollerFlux with default ARM LRO init operation.static <T,U> PollerFlux<PollResult<T>, U> PollerFactory.create(SerializerAdapter serializerAdapter, HttpPipeline pipeline, Type pollResultType, Type finalResultType, Duration defaultPollInterval, Mono<Response<Flux<ByteBuffer>>> lroInitMono, Context context) Creates a PollerFlux with default ARM LRO init operation. -
Uses of Response in com.azure.core.util
Methods in com.azure.core.util with parameters of type Response -
Uses of Response in com.azure.core.util.polling
Methods in com.azure.core.util.polling with parameters of type ResponseModifier and TypeMethodDescriptionChecks if this strategy is able to handle polling for this long-running operation based on the information in the initial response.booleanbooleanbooleanbooleanbooleanChecks if this strategy is able to handle polling for this long-running operation based on the information in the initial response.booleanChainedPollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) Parses the initial response into aLongRunningOperationStatus, and stores information useful for polling in thePollingContext.DefaultPollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) LocationPollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) OperationResourcePollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) PollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) Parses the initial response into aLongRunningOperationStatus, and stores information useful for polling in thePollingContext.StatusCheckPollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) SyncChainedPollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) Parses the initial response into aLongRunningOperationStatus, and stores information useful for polling in thePollingContext.SyncDefaultPollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) SyncLocationPollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) SyncOperationResourcePollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) SyncPollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) Parses the initial response into aLongRunningOperationStatus, and stores information useful for polling in thePollingContext.SyncStatusCheckPollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) Method parameters in com.azure.core.util.polling with type arguments of type ResponseModifier and TypeMethodDescriptionstatic <T,U> PollerFlux<T, U> PollerFlux.create(Duration pollInterval, Supplier<Mono<? extends Response<?>>> initialOperation, PollingStrategy<T, U> strategy, TypeReference<T> pollResponseType, TypeReference<U> resultType) Creates PollerFlux.static <T,U> SyncPoller<T, U> SyncPoller.createPoller(Duration pollInterval, Supplier<Response<?>> initialOperation, SyncPollingStrategy<T, U> strategy, TypeReference<T> pollResponseType, TypeReference<U> resultType) Creates PollerFlux.