Uses of Class
software.amazon.awssdk.services.ssm.model.OpsItemSummary
-
Packages that use OpsItemSummary Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
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 OpsItemSummary Modifier and Type Method Description List<OpsItemSummary>DescribeOpsItemsResponse. opsItemSummaries()A list of OpsItems.Methods in software.amazon.awssdk.services.ssm.model with parameters of type OpsItemSummary Modifier and Type Method Description DescribeOpsItemsResponse.BuilderDescribeOpsItemsResponse.Builder. opsItemSummaries(OpsItemSummary... opsItemSummaries)A list of OpsItems.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type OpsItemSummary Modifier and Type Method Description DescribeOpsItemsResponse.BuilderDescribeOpsItemsResponse.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 OpsItemSummary Modifier and Type Method Description SdkIterable<OpsItemSummary>DescribeOpsItemsIterable. opsItemSummaries()Returns an iterable to iterate through the paginatedDescribeOpsItemsResponse.opsItemSummaries()member.SdkPublisher<OpsItemSummary>DescribeOpsItemsPublisher. opsItemSummaries()Returns a publisher that can be used to get a stream of data.
-