Uses of Class
software.amazon.awssdk.services.firehose.model.SnapshotRequestedBy
-
Packages that use SnapshotRequestedBy Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of SnapshotRequestedBy in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return SnapshotRequestedBy Modifier and Type Method Description static SnapshotRequestedBySnapshotRequestedBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SnapshotRequestedByDatabaseSnapshotInfo. requestedBy()The principal that sent the request to take the current snapshot on the table.static SnapshotRequestedBySnapshotRequestedBy. valueOf(String name)Returns the enum constant of this type with the specified name.static SnapshotRequestedBy[]SnapshotRequestedBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type SnapshotRequestedBy Modifier and Type Method Description static Set<SnapshotRequestedBy>SnapshotRequestedBy. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type SnapshotRequestedBy Modifier and Type Method Description DatabaseSnapshotInfo.BuilderDatabaseSnapshotInfo.Builder. requestedBy(SnapshotRequestedBy requestedBy)The principal that sent the request to take the current snapshot on the table.
-