Uses of Class
software.amazon.awssdk.services.backup.model.IndexStatus
-
Packages that use IndexStatus Package Description software.amazon.awssdk.services.backup.model -
-
Uses of IndexStatus in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return IndexStatus Modifier and Type Method Description static IndexStatusIndexStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IndexStatusDescribeRecoveryPointResponse. indexStatus()This is the current status for the backup index associated with the specified recovery point.IndexStatusGetRecoveryPointIndexDetailsResponse. indexStatus()This is the current status for the backup index associated with the specified recovery point.IndexStatusIndexedRecoveryPoint. indexStatus()This is the current status for the backup index associated with the specified recovery point.IndexStatusListIndexedRecoveryPointsRequest. indexStatus()Include this parameter to filter the returned list by the indicated statuses.IndexStatusRecoveryPointByBackupVault. indexStatus()This is the current status for the backup index associated with the specified recovery point.IndexStatusRecoveryPointByResource. indexStatus()This is the current status for the backup index associated with the specified recovery point.IndexStatusUpdateRecoveryPointIndexSettingsResponse. indexStatus()This is the current status for the backup index associated with the specified recovery point.static IndexStatusIndexStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexStatus[]IndexStatus. 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 IndexStatus Modifier and Type Method Description static Set<IndexStatus>IndexStatus. knownValues()Methods in software.amazon.awssdk.services.backup.model with parameters of type IndexStatus Modifier and Type Method Description DescribeRecoveryPointResponse.BuilderDescribeRecoveryPointResponse.Builder. indexStatus(IndexStatus indexStatus)This is the current status for the backup index associated with the specified recovery point.GetRecoveryPointIndexDetailsResponse.BuilderGetRecoveryPointIndexDetailsResponse.Builder. indexStatus(IndexStatus indexStatus)This is the current status for the backup index associated with the specified recovery point.IndexedRecoveryPoint.BuilderIndexedRecoveryPoint.Builder. indexStatus(IndexStatus indexStatus)This is the current status for the backup index associated with the specified recovery point.ListIndexedRecoveryPointsRequest.BuilderListIndexedRecoveryPointsRequest.Builder. indexStatus(IndexStatus indexStatus)Include this parameter to filter the returned list by the indicated statuses.RecoveryPointByBackupVault.BuilderRecoveryPointByBackupVault.Builder. indexStatus(IndexStatus indexStatus)This is the current status for the backup index associated with the specified recovery point.RecoveryPointByResource.BuilderRecoveryPointByResource.Builder. indexStatus(IndexStatus indexStatus)This is the current status for the backup index associated with the specified recovery point.UpdateRecoveryPointIndexSettingsResponse.BuilderUpdateRecoveryPointIndexSettingsResponse.Builder. indexStatus(IndexStatus indexStatus)This is the current status for the backup index associated with the specified recovery point.
-