Uses of Enum
software.amazon.awssdk.services.dynamodb.model.ContinuousBackupsStatus
Packages that use ContinuousBackupsStatus
-
Uses of ContinuousBackupsStatus in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ContinuousBackupsStatusModifier and TypeMethodDescriptionfinal ContinuousBackupsStatusContinuousBackupsDescription.continuousBackupsStatus()ContinuousBackupsStatuscan be one of the following states: ENABLED, DISABLEDstatic ContinuousBackupsStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ContinuousBackupsStatusReturns the enum constant of this type with the specified name.static ContinuousBackupsStatus[]ContinuousBackupsStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ContinuousBackupsStatusModifier and TypeMethodDescriptionstatic Set<ContinuousBackupsStatus>ContinuousBackupsStatus.knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ContinuousBackupsStatusModifier and TypeMethodDescriptionContinuousBackupsDescription.Builder.continuousBackupsStatus(ContinuousBackupsStatus continuousBackupsStatus) ContinuousBackupsStatuscan be one of the following states: ENABLED, DISABLED