Uses of Class
software.amazon.awssdk.services.ssm.model.OpsItemDataValue
Packages that use OpsItemDataValue
-
Uses of OpsItemDataValue in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OpsItemDataValueModifier and TypeMethodDescriptionfinal Map<String,OpsItemDataValue> CreateOpsItemRequest.operationalData()Operational data is custom data that provides useful reference details about the OpsItem.final Map<String,OpsItemDataValue> OpsItem.operationalData()Operational data is custom data that provides useful reference details about the OpsItem.final Map<String,OpsItemDataValue> OpsItemSummary.operationalData()Operational data is custom data that provides useful reference details about the OpsItem.final Map<String,OpsItemDataValue> UpdateOpsItemRequest.operationalData()Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem object.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type OpsItemDataValueModifier and TypeMethodDescriptionCreateOpsItemRequest.Builder.operationalData(Map<String, OpsItemDataValue> operationalData) Operational data is custom data that provides useful reference details about the OpsItem.OpsItem.Builder.operationalData(Map<String, OpsItemDataValue> operationalData) Operational data is custom data that provides useful reference details about the OpsItem.OpsItemSummary.Builder.operationalData(Map<String, OpsItemDataValue> operationalData) Operational data is custom data that provides useful reference details about the OpsItem.UpdateOpsItemRequest.Builder.operationalData(Map<String, OpsItemDataValue> operationalData) Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem object.