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