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 SnapshotTypeUse this in place of valueOf.static SnapshotTypeReturns 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 TypeMethodDescriptionvoidSnapshot.setType(SnapshotType type) The snapshot type.Snapshot.withType(SnapshotType type) The snapshot type.