Uses of Class
software.amazon.awssdk.services.ssm.model.ListOpsItemEventsResponse
-
Packages that use ListOpsItemEventsResponse Package Description software.amazon.awssdk.services.ssm Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at scale.software.amazon.awssdk.services.ssm.paginators -
-
Uses of ListOpsItemEventsResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return ListOpsItemEventsResponse Modifier and Type Method Description default ListOpsItemEventsResponseSsmClient. listOpsItemEvents(Consumer<ListOpsItemEventsRequest.Builder> listOpsItemEventsRequest)Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account.default ListOpsItemEventsResponseSsmClient. listOpsItemEvents(ListOpsItemEventsRequest listOpsItemEventsRequest)Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type ListOpsItemEventsResponse Modifier and Type Method Description default CompletableFuture<ListOpsItemEventsResponse>SsmAsyncClient. listOpsItemEvents(Consumer<ListOpsItemEventsRequest.Builder> listOpsItemEventsRequest)Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account.default CompletableFuture<ListOpsItemEventsResponse>SsmAsyncClient. listOpsItemEvents(ListOpsItemEventsRequest listOpsItemEventsRequest)Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account. -
Uses of ListOpsItemEventsResponse in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type ListOpsItemEventsResponse Modifier and Type Method Description Iterator<ListOpsItemEventsResponse>ListOpsItemEventsIterable. iterator()Method parameters in software.amazon.awssdk.services.ssm.paginators with type arguments of type ListOpsItemEventsResponse Modifier and Type Method Description voidListOpsItemEventsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListOpsItemEventsResponse> subscriber)
-