Uses of Interface
software.amazon.awssdk.services.route53.model.TooManyHealthChecksException.Builder
-
Packages that use TooManyHealthChecksException.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of TooManyHealthChecksException.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return TooManyHealthChecksException.Builder Modifier and Type Method Description TooManyHealthChecksException.BuilderTooManyHealthChecksException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static TooManyHealthChecksException.BuilderTooManyHealthChecksException. builder()TooManyHealthChecksException.BuilderTooManyHealthChecksException.Builder. cause(Throwable cause)TooManyHealthChecksException.BuilderTooManyHealthChecksException.Builder. message(String message)TooManyHealthChecksException.BuilderTooManyHealthChecksException.Builder. requestId(String requestId)TooManyHealthChecksException.BuilderTooManyHealthChecksException.Builder. statusCode(int statusCode)TooManyHealthChecksException.BuilderTooManyHealthChecksException. toBuilder()TooManyHealthChecksException.BuilderTooManyHealthChecksException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type TooManyHealthChecksException.Builder Modifier and Type Method Description static Class<? extends TooManyHealthChecksException.Builder>TooManyHealthChecksException. serializableBuilderClass()
-