Uses of Class
com.azure.core.http.MatchConditions
Packages that use MatchConditions
Package
Description
This package provides HTTP abstractions for Azure SDK client libraries.
-
Uses of MatchConditions in com.azure.core.http
Subclasses of MatchConditions in com.azure.core.httpModifier and TypeClassDescriptionclassSpecifies HTTP options for conditional requests based on modification time and ETag matching.Methods in com.azure.core.http that return MatchConditionsModifier and TypeMethodDescriptionMatchConditions.setIfMatch(String ifMatch) Optionally limit requests to resources that match the passed ETag.MatchConditions.setIfNoneMatch(String ifNoneMatch) Optionally limit requests to resources that do not match the passed ETag.