| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListOpsItemEventsResponse |
SsmClient.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 ListOpsItemEventsResponse |
SsmClient.listOpsItemEvents(ListOpsItemEventsRequest listOpsItemEventsRequest)
Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListOpsItemEventsResponse> |
ListOpsItemEventsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListOpsItemEventsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListOpsItemEventsResponse> subscriber) |
Copyright © 2022. All rights reserved.