Uses of Enum
software.amazon.awssdk.services.ssm.model.OpsItemStatus
Packages that use OpsItemStatus
-
Uses of OpsItemStatus in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return OpsItemStatusModifier and TypeMethodDescriptionstatic OpsItemStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OpsItemStatusOpsItem.status()The OpsItem status.final OpsItemStatusOpsItemSummary.status()The OpsItem status.final OpsItemStatusUpdateOpsItemRequest.status()The OpsItem status.static OpsItemStatusReturns the enum constant of this type with the specified name.static OpsItemStatus[]OpsItemStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OpsItemStatusMethods in software.amazon.awssdk.services.ssm.model with parameters of type OpsItemStatusModifier and TypeMethodDescriptionOpsItem.Builder.status(OpsItemStatus status) The OpsItem status.OpsItemSummary.Builder.status(OpsItemStatus status) The OpsItem status.UpdateOpsItemRequest.Builder.status(OpsItemStatus status) The OpsItem status.