Uses of Class
software.amazon.awssdk.services.ssm.model.InventorySchemaDeleteOption
-
Packages that use InventorySchemaDeleteOption Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of InventorySchemaDeleteOption in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InventorySchemaDeleteOption Modifier and Type Method Description static InventorySchemaDeleteOptionInventorySchemaDeleteOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InventorySchemaDeleteOptionDeleteInventoryRequest. schemaDeleteOption()Use theSchemaDeleteOptionto delete a custom inventory type (schema).static InventorySchemaDeleteOptionInventorySchemaDeleteOption. valueOf(String name)Returns 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 InventorySchemaDeleteOption Modifier and Type Method Description static Set<InventorySchemaDeleteOption>InventorySchemaDeleteOption. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type InventorySchemaDeleteOption Modifier and Type Method Description DeleteInventoryRequest.BuilderDeleteInventoryRequest.Builder. schemaDeleteOption(InventorySchemaDeleteOption schemaDeleteOption)Use theSchemaDeleteOptionto delete a custom inventory type (schema).
-