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