Uses of Class
software.amazon.awssdk.services.backup.model.Index
-
Packages that use Index Package Description software.amazon.awssdk.services.backup.model -
-
Uses of Index in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return Index Modifier and Type Method Description static IndexIndex. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IndexStartBackupJobRequest. index()Include this parameter to enable index creation if your backup job has a resource type that supports backup indexes.IndexUpdateRecoveryPointIndexSettingsRequest. index()Index can have 1 of 2 possible values, eitherENABLEDorDISABLED.IndexUpdateRecoveryPointIndexSettingsResponse. index()Index can have 1 of 2 possible values, eitherENABLEDorDISABLED.static IndexIndex. valueOf(String name)Returns the enum constant of this type with the specified name.static Index[]Index. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type Index Modifier and Type Method Description static Set<Index>Index. knownValues()Methods in software.amazon.awssdk.services.backup.model with parameters of type Index Modifier and Type Method Description StartBackupJobRequest.BuilderStartBackupJobRequest.Builder. index(Index index)Include this parameter to enable index creation if your backup job has a resource type that supports backup indexes.UpdateRecoveryPointIndexSettingsRequest.BuilderUpdateRecoveryPointIndexSettingsRequest.Builder. index(Index index)Index can have 1 of 2 possible values, eitherENABLEDorDISABLED.UpdateRecoveryPointIndexSettingsResponse.BuilderUpdateRecoveryPointIndexSettingsResponse.Builder. index(Index index)Index can have 1 of 2 possible values, eitherENABLEDorDISABLED.
-