Stay organized with collections
Save and categorize content based on your preferences.
publicclassRetryOptionimplementsSerializable
This class represents an options wrapper around the RetrySettings class and is an
alternative way of initializing it. The retry options are usually provided in a form of varargs
for methods that wait for changes in the status of a resource, do poll operations or retry on
failures.
Creates a new RetrySettings instance, merging provided settings and multiple
RetryOptions, each of which represents a single property in RetrySettings. It is an
alternative way of initializing RetrySettings instances.
new RetrySettings instance, which is a result of merging options into
settings, i.e. each element in options, if present, overrides corresponding
property in settings
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-10 UTC."],[],[]]