Uses of Class
software.amazon.awssdk.services.ssm.model.OpsEntityItem
-
Packages that use OpsEntityItem Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of OpsEntityItem in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OpsEntityItem Modifier and Type Method Description Map<String,OpsEntityItem>OpsEntity. data()The data returned by the query.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type OpsEntityItem Modifier and Type Method Description OpsEntity.BuilderOpsEntity.Builder. data(Map<String,OpsEntityItem> data)The data returned by the query.
-