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