Uses of Class
software.amazon.awssdk.services.rds.model.AdditionalStorageVolumeOutput
Packages that use AdditionalStorageVolumeOutput
-
Uses of AdditionalStorageVolumeOutput in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type AdditionalStorageVolumeOutputModifier and TypeMethodDescriptionDBInstance.additionalStorageVolumes()The additional storage volumes associated with the DB instance.Methods in software.amazon.awssdk.services.rds.model with parameters of type AdditionalStorageVolumeOutputModifier and TypeMethodDescriptionDBInstance.Builder.additionalStorageVolumes(AdditionalStorageVolumeOutput... additionalStorageVolumes) The additional storage volumes associated with the DB instance.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type AdditionalStorageVolumeOutputModifier and TypeMethodDescriptionDBInstance.Builder.additionalStorageVolumes(Collection<AdditionalStorageVolumeOutput> additionalStorageVolumes) The additional storage volumes associated with the DB instance.