Uses of Interface
software.amazon.awssdk.services.rds.model.DBClusterSnapshotAttribute.Builder
Packages that use DBClusterSnapshotAttribute.Builder
-
Uses of DBClusterSnapshotAttribute.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBClusterSnapshotAttribute.BuilderModifier and TypeMethodDescriptionDBClusterSnapshotAttribute.Builder.attributeName(String attributeName) The name of the manual DB cluster snapshot attribute.DBClusterSnapshotAttribute.Builder.attributeValues(String... attributeValues) The value(s) for the manual DB cluster snapshot attribute.DBClusterSnapshotAttribute.Builder.attributeValues(Collection<String> attributeValues) The value(s) for the manual DB cluster snapshot attribute.DBClusterSnapshotAttribute.builder()DBClusterSnapshotAttribute.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBClusterSnapshotAttribute.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DBClusterSnapshotAttribute.Builder>DBClusterSnapshotAttribute.serializableBuilderClass()