Uses of Class
software.amazon.awssdk.services.dynamodb.model.ContinuousBackupsStatus
-
Packages that use ContinuousBackupsStatus Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ContinuousBackupsStatus in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ContinuousBackupsStatus Modifier and Type Method Description ContinuousBackupsStatusContinuousBackupsDescription. continuousBackupsStatus()ContinuousBackupsStatuscan be one of the following states: ENABLED, DISABLEDstatic ContinuousBackupsStatusContinuousBackupsStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContinuousBackupsStatusContinuousBackupsStatus. valueOf(String name)Returns 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 ContinuousBackupsStatus Modifier and Type Method Description static Set<ContinuousBackupsStatus>ContinuousBackupsStatus. knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ContinuousBackupsStatus Modifier and Type Method Description ContinuousBackupsDescription.BuilderContinuousBackupsDescription.Builder. continuousBackupsStatus(ContinuousBackupsStatus continuousBackupsStatus)ContinuousBackupsStatuscan be one of the following states: ENABLED, DISABLED
-