Uses of Interface
software.amazon.awssdk.services.rds.model.DocLink.Builder
-
Packages that use DocLink.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of DocLink.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DocLink.Builder Modifier and Type Method Description static DocLink.BuilderDocLink. builder()DocLink.BuilderDocLink.Builder. text(String text)The text with the link to documentation for the recommendation.DocLink.BuilderDocLink. toBuilder()DocLink.BuilderDocLink.Builder. url(String url)The URL for the documentation for the recommendation.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DocLink.Builder Modifier and Type Method Description static Class<? extends DocLink.Builder>DocLink. serializableBuilderClass()
-