Uses of Class
software.amazon.awssdk.services.arczonalshift.model.ZonalAutoshiftStatus
-
Packages that use ZonalAutoshiftStatus Package Description software.amazon.awssdk.services.arczonalshift.model -
-
Uses of ZonalAutoshiftStatus in software.amazon.awssdk.services.arczonalshift.model
Methods in software.amazon.awssdk.services.arczonalshift.model that return ZonalAutoshiftStatus Modifier and Type Method Description static ZonalAutoshiftStatusZonalAutoshiftStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ZonalAutoshiftStatusManagedResourceSummary. practiceRunStatus()This status tracks whether a practice run configuration exists for a resource.static ZonalAutoshiftStatusZonalAutoshiftStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ZonalAutoshiftStatus[]ZonalAutoshiftStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.ZonalAutoshiftStatusCreatePracticeRunConfigurationResponse. zonalAutoshiftStatus()The status for zonal autoshift for a resource.ZonalAutoshiftStatusDeletePracticeRunConfigurationResponse. zonalAutoshiftStatus()The status of zonal autoshift for the resource.ZonalAutoshiftStatusGetManagedResourceResponse. zonalAutoshiftStatus()The status for zonal autoshift for a resource.ZonalAutoshiftStatusManagedResourceSummary. zonalAutoshiftStatus()The status of autoshift for a resource.ZonalAutoshiftStatusUpdatePracticeRunConfigurationResponse. zonalAutoshiftStatus()The zonal autoshift status for the resource that you updated the practice run for.ZonalAutoshiftStatusUpdateZonalAutoshiftConfigurationRequest. zonalAutoshiftStatus()The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.ZonalAutoshiftStatusUpdateZonalAutoshiftConfigurationResponse. zonalAutoshiftStatus()The updated zonal autoshift status for the resource.Methods in software.amazon.awssdk.services.arczonalshift.model that return types with arguments of type ZonalAutoshiftStatus Modifier and Type Method Description static Set<ZonalAutoshiftStatus>ZonalAutoshiftStatus. knownValues()Methods in software.amazon.awssdk.services.arczonalshift.model with parameters of type ZonalAutoshiftStatus Modifier and Type Method Description ManagedResourceSummary.BuilderManagedResourceSummary.Builder. practiceRunStatus(ZonalAutoshiftStatus practiceRunStatus)This status tracks whether a practice run configuration exists for a resource.CreatePracticeRunConfigurationResponse.BuilderCreatePracticeRunConfigurationResponse.Builder. zonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus)The status for zonal autoshift for a resource.DeletePracticeRunConfigurationResponse.BuilderDeletePracticeRunConfigurationResponse.Builder. zonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus)The status of zonal autoshift for the resource.GetManagedResourceResponse.BuilderGetManagedResourceResponse.Builder. zonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus)The status for zonal autoshift for a resource.ManagedResourceSummary.BuilderManagedResourceSummary.Builder. zonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus)The status of autoshift for a resource.UpdatePracticeRunConfigurationResponse.BuilderUpdatePracticeRunConfigurationResponse.Builder. zonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus)The zonal autoshift status for the resource that you updated the practice run for.UpdateZonalAutoshiftConfigurationRequest.BuilderUpdateZonalAutoshiftConfigurationRequest.Builder. zonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus)The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.UpdateZonalAutoshiftConfigurationResponse.BuilderUpdateZonalAutoshiftConfigurationResponse.Builder. zonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus)The updated zonal autoshift status for the resource.
-