Uses of Class
software.amazon.awssdk.services.ssm.model.RelatedOpsItem
-
Packages that use RelatedOpsItem Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of RelatedOpsItem in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type RelatedOpsItem Modifier and Type Method Description List<RelatedOpsItem>CreateOpsItemRequest. relatedOpsItems()One or more OpsItems that share something in common with the current OpsItems.List<RelatedOpsItem>OpsItem. relatedOpsItems()One or more OpsItems that share something in common with the current OpsItem.List<RelatedOpsItem>UpdateOpsItemRequest. relatedOpsItems()One or more OpsItems that share something in common with the current OpsItems.Methods in software.amazon.awssdk.services.ssm.model with parameters of type RelatedOpsItem Modifier and Type Method Description CreateOpsItemRequest.BuilderCreateOpsItemRequest.Builder. relatedOpsItems(RelatedOpsItem... relatedOpsItems)One or more OpsItems that share something in common with the current OpsItems.OpsItem.BuilderOpsItem.Builder. relatedOpsItems(RelatedOpsItem... relatedOpsItems)One or more OpsItems that share something in common with the current OpsItem.UpdateOpsItemRequest.BuilderUpdateOpsItemRequest.Builder. relatedOpsItems(RelatedOpsItem... relatedOpsItems)One or more OpsItems that share something in common with the current OpsItems.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type RelatedOpsItem Modifier and Type Method Description CreateOpsItemRequest.BuilderCreateOpsItemRequest.Builder. relatedOpsItems(Collection<RelatedOpsItem> relatedOpsItems)One or more OpsItems that share something in common with the current OpsItems.OpsItem.BuilderOpsItem.Builder. relatedOpsItems(Collection<RelatedOpsItem> relatedOpsItems)One or more OpsItems that share something in common with the current OpsItem.UpdateOpsItemRequest.BuilderUpdateOpsItemRequest.Builder. relatedOpsItems(Collection<RelatedOpsItem> relatedOpsItems)One or more OpsItems that share something in common with the current OpsItems.
-