Uses of Class
software.amazon.awssdk.services.ssm.model.OpsItemEventSummary
Packages that use OpsItemEventSummary
Package
Description
-
Uses of OpsItemEventSummary in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OpsItemEventSummaryModifier and TypeMethodDescriptionfinal List<OpsItemEventSummary>ListOpsItemEventsResponse.summaries()A list of event information for the specified OpsItems.Methods in software.amazon.awssdk.services.ssm.model with parameters of type OpsItemEventSummaryModifier and TypeMethodDescriptionListOpsItemEventsResponse.Builder.summaries(OpsItemEventSummary... summaries) A list of event information for the specified OpsItems.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type OpsItemEventSummaryModifier and TypeMethodDescriptionListOpsItemEventsResponse.Builder.summaries(Collection<OpsItemEventSummary> summaries) A list of event information for the specified OpsItems. -
Uses of OpsItemEventSummary in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type OpsItemEventSummaryModifier and TypeMethodDescriptionfinal SdkIterable<OpsItemEventSummary>ListOpsItemEventsIterable.summaries()Returns an iterable to iterate through the paginatedListOpsItemEventsResponse.summaries()member.final SdkPublisher<OpsItemEventSummary>ListOpsItemEventsPublisher.summaries()Returns a publisher that can be used to get a stream of data.