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