Uses of Class
software.amazon.awssdk.services.ssm.model.OpsItemDataValue
-
Packages that use OpsItemDataValue Package Description software.amazon.awssdk.services.ssm.model -
-
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 OpsItemDataValue Modifier and Type Method Description Map<String,OpsItemDataValue>CreateOpsItemRequest. operationalData()Operational data is custom data that provides useful reference details about the OpsItem.Map<String,OpsItemDataValue>OpsItem. operationalData()Operational data is custom data that provides useful reference details about the OpsItem.Map<String,OpsItemDataValue>OpsItemSummary. operationalData()Operational data is custom data that provides useful reference details about the OpsItem.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 OpsItemDataValue Modifier and Type Method Description CreateOpsItemRequest.BuilderCreateOpsItemRequest.Builder. operationalData(Map<String,OpsItemDataValue> operationalData)Operational data is custom data that provides useful reference details about the OpsItem.OpsItem.BuilderOpsItem.Builder. operationalData(Map<String,OpsItemDataValue> operationalData)Operational data is custom data that provides useful reference details about the OpsItem.OpsItemSummary.BuilderOpsItemSummary.Builder. operationalData(Map<String,OpsItemDataValue> operationalData)Operational data is custom data that provides useful reference details about the OpsItem.UpdateOpsItemRequest.BuilderUpdateOpsItemRequest.Builder. operationalData(Map<String,OpsItemDataValue> operationalData)Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem object.
-