Uses of Class
software.amazon.awssdk.services.lightsail.model.RelationalDatabaseBundle
-
Packages that use RelationalDatabaseBundle Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of RelationalDatabaseBundle in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type RelationalDatabaseBundle Modifier and Type Method Description List<RelationalDatabaseBundle>GetRelationalDatabaseBundlesResponse. bundles()An object describing the result of your get relational database bundles request.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type RelationalDatabaseBundle Modifier and Type Method Description GetRelationalDatabaseBundlesResponse.BuilderGetRelationalDatabaseBundlesResponse.Builder. bundles(RelationalDatabaseBundle... bundles)An object describing the result of your get relational database bundles request.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type RelationalDatabaseBundle Modifier and Type Method Description GetRelationalDatabaseBundlesResponse.BuilderGetRelationalDatabaseBundlesResponse.Builder. bundles(Collection<RelationalDatabaseBundle> bundles)An object describing the result of your get relational database bundles request.
-