Uses of Enum
software.amazon.awssdk.services.ssm.model.InventoryDeletionStatus
Packages that use InventoryDeletionStatus
-
Uses of InventoryDeletionStatus in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InventoryDeletionStatusModifier and TypeMethodDescriptionstatic InventoryDeletionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final InventoryDeletionStatusInventoryDeletionStatusItem.lastStatus()The status of the operation.static InventoryDeletionStatusReturns the enum constant of this type with the specified name.static InventoryDeletionStatus[]InventoryDeletionStatus.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 InventoryDeletionStatusModifier and TypeMethodDescriptionstatic Set<InventoryDeletionStatus>InventoryDeletionStatus.knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type InventoryDeletionStatusModifier and TypeMethodDescriptionInventoryDeletionStatusItem.Builder.lastStatus(InventoryDeletionStatus lastStatus) The status of the operation.