Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.RdsDbSnapshotAttributeValue
-
Packages that use RdsDbSnapshotAttributeValue Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of RdsDbSnapshotAttributeValue in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return RdsDbSnapshotAttributeValue Modifier and Type Method Description static RdsDbSnapshotAttributeValueRdsDbSnapshotAttributeValue. fromAccountIds(List<String> accountIds)Create an instance of this class withaccountIds()initialized to the given value.Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type RdsDbSnapshotAttributeValue Modifier and Type Method Description Map<String,RdsDbSnapshotAttributeValue>RdsDbSnapshotConfiguration. attributes()The names and values of manual DB snapshot attributes.Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type RdsDbSnapshotAttributeValue Modifier and Type Method Description RdsDbSnapshotConfiguration.BuilderRdsDbSnapshotConfiguration.Builder. attributes(Map<String,RdsDbSnapshotAttributeValue> attributes)The names and values of manual DB snapshot attributes.
-