Uses of Enum
com.amazonaws.services.directory.model.SnapshotType
Packages that use SnapshotType
-
Uses of SnapshotType in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return SnapshotTypeModifier and TypeMethodDescriptionstatic SnapshotType
Use this in place of valueOf.static SnapshotType
Returns the enum constant of this type with the specified name.static SnapshotType[]
SnapshotType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.directory.model with parameters of type SnapshotTypeModifier and TypeMethodDescriptionvoid
Snapshot.setType
(SnapshotType type) The snapshot type.Snapshot.withType
(SnapshotType type) The snapshot type.