Uses of Class
software.amazon.awssdk.services.ssm.model.OpsItemRelatedItemSummary
-
Packages that use OpsItemRelatedItemSummary Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
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 OpsItemRelatedItemSummary Modifier and Type Method Description 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 OpsItemRelatedItemSummary Modifier and Type Method Description ListOpsItemRelatedItemsResponse.BuilderListOpsItemRelatedItemsResponse.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 OpsItemRelatedItemSummary Modifier and Type Method Description ListOpsItemRelatedItemsResponse.BuilderListOpsItemRelatedItemsResponse.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 OpsItemRelatedItemSummary Modifier and Type Method Description SdkIterable<OpsItemRelatedItemSummary>ListOpsItemRelatedItemsIterable. summaries()Returns an iterable to iterate through the paginatedListOpsItemRelatedItemsResponse.summaries()member.SdkPublisher<OpsItemRelatedItemSummary>ListOpsItemRelatedItemsPublisher. summaries()Returns a publisher that can be used to get a stream of data.
-