Uses of Interface
com.azure.core.http.rest.Response
Packages that use Response
Package
Description
Package containing REST-related APIs.
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.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.ChainedPollingStrategy.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) 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.