Uses of Class
software.amazon.awssdk.services.ssm.model.OpsItemRelatedItemSummary
Packages that use OpsItemRelatedItemSummary
Package
Description
-
Uses of OpsItemRelatedItemSummary in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OpsItemRelatedItemSummaryModifier and TypeMethodDescriptionfinal List<OpsItemRelatedItemSummary>ListOpsItemRelatedItemsResponse.summaries()A list of related-item resources for the specified OpsItem.Methods in software.amazon.awssdk.services.ssm.model with parameters of type OpsItemRelatedItemSummaryModifier and TypeMethodDescriptionListOpsItemRelatedItemsResponse.Builder.summaries(OpsItemRelatedItemSummary... summaries) A list of related-item resources for the specified OpsItem.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type OpsItemRelatedItemSummaryModifier and TypeMethodDescriptionListOpsItemRelatedItemsResponse.Builder.summaries(Collection<OpsItemRelatedItemSummary> summaries) A list of related-item resources for the specified OpsItem. -
Uses of OpsItemRelatedItemSummary in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type OpsItemRelatedItemSummaryModifier and TypeMethodDescriptionListOpsItemRelatedItemsIterable.summaries()Returns an iterable to iterate through the paginatedListOpsItemRelatedItemsResponse.summaries()member.ListOpsItemRelatedItemsPublisher.summaries()Returns a publisher that can be used to get a stream of data.