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