Uses of Interface
software.amazon.awscdk.services.rds.SnapshotCredentialsFromGeneratedPasswordOptions
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of SnapshotCredentialsFromGeneratedPasswordOptions in software.amazon.awscdk.services.rds
Modifier and TypeClassDescriptionstatic final class
An implementation forSnapshotCredentialsFromGeneratedPasswordOptions
Modifier and TypeMethodDescriptionSnapshotCredentialsFromGeneratedPasswordOptions.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionstatic SnapshotCredentials
SnapshotCredentials.fromGeneratedPassword
(String username, SnapshotCredentialsFromGeneratedPasswordOptions options) Generate a new password for the snapshot, using the existing username and an optional encryption key.static SnapshotCredentials
SnapshotCredentials.fromGeneratedSecret
(String username, SnapshotCredentialsFromGeneratedPasswordOptions options) Generate a new password for the snapshot, using the existing username and an optional encryption key.