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