Uses of Enum
software.amazon.awssdk.services.ssm.model.InventorySchemaDeleteOption
Packages that use InventorySchemaDeleteOption
-
Uses of InventorySchemaDeleteOption in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InventorySchemaDeleteOptionModifier and TypeMethodDescriptionstatic InventorySchemaDeleteOptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.DeleteInventoryRequest.schemaDeleteOption()Use theSchemaDeleteOptionto delete a custom inventory type (schema).static InventorySchemaDeleteOptionReturns the enum constant of this type with the specified name.static InventorySchemaDeleteOption[]InventorySchemaDeleteOption.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 InventorySchemaDeleteOptionModifier and TypeMethodDescriptionstatic Set<InventorySchemaDeleteOption>InventorySchemaDeleteOption.knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type InventorySchemaDeleteOptionModifier and TypeMethodDescriptionDeleteInventoryRequest.Builder.schemaDeleteOption(InventorySchemaDeleteOption schemaDeleteOption) Use theSchemaDeleteOptionto delete a custom inventory type (schema).