Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.RdsDbClusterSnapshotAttributeValue
-
Packages that use RdsDbClusterSnapshotAttributeValue Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of RdsDbClusterSnapshotAttributeValue in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return RdsDbClusterSnapshotAttributeValue Modifier and Type Method Description static RdsDbClusterSnapshotAttributeValueRdsDbClusterSnapshotAttributeValue. 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 RdsDbClusterSnapshotAttributeValue Modifier and Type Method Description Map<String,RdsDbClusterSnapshotAttributeValue>RdsDbClusterSnapshotConfiguration. attributes()The names and values of manual DB cluster snapshot attributes.Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type RdsDbClusterSnapshotAttributeValue Modifier and Type Method Description RdsDbClusterSnapshotConfiguration.BuilderRdsDbClusterSnapshotConfiguration.Builder. attributes(Map<String,RdsDbClusterSnapshotAttributeValue> attributes)The names and values of manual DB cluster snapshot attributes.
-