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