Uses of Class
software.amazon.awssdk.services.ssm.model.OpsItemSummary
Packages that use OpsItemSummary
Package
Description
-
Uses of OpsItemSummary in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OpsItemSummaryModifier and TypeMethodDescriptionfinal List<OpsItemSummary>DescribeOpsItemsResponse.opsItemSummaries()A list of OpsItems.Methods in software.amazon.awssdk.services.ssm.model with parameters of type OpsItemSummaryModifier and TypeMethodDescriptionDescribeOpsItemsResponse.Builder.opsItemSummaries(OpsItemSummary... opsItemSummaries) A list of OpsItems.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type OpsItemSummaryModifier and TypeMethodDescriptionDescribeOpsItemsResponse.Builder.opsItemSummaries(Collection<OpsItemSummary> opsItemSummaries) A list of OpsItems. -
Uses of OpsItemSummary in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type OpsItemSummaryModifier and TypeMethodDescriptionfinal SdkIterable<OpsItemSummary>DescribeOpsItemsIterable.opsItemSummaries()Returns an iterable to iterate through the paginatedDescribeOpsItemsResponse.opsItemSummaries()member.final SdkPublisher<OpsItemSummary>DescribeOpsItemsPublisher.opsItemSummaries()Returns a publisher that can be used to get a stream of data.