Uses of Class
software.amazon.awssdk.core.retry.RetryPolicy
-
Packages that use RetryPolicy Package Description software.amazon.awssdk.core.client.config software.amazon.awssdk.core.internal.retry software.amazon.awssdk.core.retry -
-
Uses of RetryPolicy in software.amazon.awssdk.core.client.config
Fields in software.amazon.awssdk.core.client.config with type parameters of type RetryPolicy Modifier and Type Field Description static SdkClientOption<RetryPolicy>SdkClientOption. RETRY_POLICYMethods in software.amazon.awssdk.core.client.config that return RetryPolicy Modifier and Type Method Description RetryPolicyClientOverrideConfiguration.Builder. retryPolicy()Methods in software.amazon.awssdk.core.client.config that return types with arguments of type RetryPolicy Modifier and Type Method Description Optional<RetryPolicy>ClientOverrideConfiguration. retryPolicy()The optional retry policy that should be used when handling failure cases.Methods in software.amazon.awssdk.core.client.config with parameters of type RetryPolicy Modifier and Type Method Description ClientOverrideConfiguration.BuilderClientOverrideConfiguration.Builder. retryPolicy(RetryPolicy retryPolicy)Deprecated. -
Uses of RetryPolicy in software.amazon.awssdk.core.internal.retry
Methods in software.amazon.awssdk.core.internal.retry with parameters of type RetryPolicy Modifier and Type Method Description RetryPolicyAdapter.BuilderRetryPolicyAdapter.Builder. retryPolicy(RetryPolicy retryPolicy) -
Uses of RetryPolicy in software.amazon.awssdk.core.retry
Methods in software.amazon.awssdk.core.retry that return RetryPolicy Modifier and Type Method Description RetryPolicyRetryPolicy.Builder. build()static RetryPolicyRetryPolicy. defaultRetryPolicy()Deprecated.Create aRetryPolicyusing theRetryMode.defaultRetryMode()defaults.static RetryPolicyRetryPolicy. forRetryMode(RetryMode retryMode)Deprecated.Create aRetryPolicyusing the providedRetryModedefaults.static RetryPolicyRetryPolicy. none()Deprecated.Create aRetryPolicythat will NEVER retry.
-