Uses of Class
software.amazon.awssdk.services.storagegateway.model.AvailabilityMonitorTestStatus
-
Packages that use AvailabilityMonitorTestStatus Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of AvailabilityMonitorTestStatus in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return AvailabilityMonitorTestStatus Modifier and Type Method Description static AvailabilityMonitorTestStatusAvailabilityMonitorTestStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AvailabilityMonitorTestStatusDescribeAvailabilityMonitorTestResponse. status()The status of the high availability monitoring test.static AvailabilityMonitorTestStatusAvailabilityMonitorTestStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AvailabilityMonitorTestStatus[]AvailabilityMonitorTestStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type AvailabilityMonitorTestStatus Modifier and Type Method Description static Set<AvailabilityMonitorTestStatus>AvailabilityMonitorTestStatus. knownValues()Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type AvailabilityMonitorTestStatus Modifier and Type Method Description DescribeAvailabilityMonitorTestResponse.BuilderDescribeAvailabilityMonitorTestResponse.Builder. status(AvailabilityMonitorTestStatus status)The status of the high availability monitoring test.
-