Uses of Interface
software.amazon.awssdk.services.accessanalyzer.model.RdsDbSnapshotAttributeValue.Builder
-
Packages that use RdsDbSnapshotAttributeValue.Builder Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of RdsDbSnapshotAttributeValue.Builder in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return RdsDbSnapshotAttributeValue.Builder Modifier and Type Method Description RdsDbSnapshotAttributeValue.BuilderRdsDbSnapshotAttributeValue.Builder. accountIds(String... accountIds)The Amazon Web Services account IDs that have access to the manual Amazon RDS DB snapshot.RdsDbSnapshotAttributeValue.BuilderRdsDbSnapshotAttributeValue.Builder. accountIds(Collection<String> accountIds)The Amazon Web Services account IDs that have access to the manual Amazon RDS DB snapshot.static RdsDbSnapshotAttributeValue.BuilderRdsDbSnapshotAttributeValue. builder()RdsDbSnapshotAttributeValue.BuilderRdsDbSnapshotAttributeValue. toBuilder()Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type RdsDbSnapshotAttributeValue.Builder Modifier and Type Method Description static Class<? extends RdsDbSnapshotAttributeValue.Builder>RdsDbSnapshotAttributeValue. serializableBuilderClass()
-