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