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