| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is a collection of capabilities to help you manage your applications and
infrastructure running in the Amazon Web Services Cloud;.
|
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListOpsItemRelatedItemsResponse |
SsmClient.listOpsItemRelatedItems(Consumer<ListOpsItemRelatedItemsRequest.Builder> listOpsItemRelatedItemsRequest)
Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem.
|
default ListOpsItemRelatedItemsResponse |
SsmClient.listOpsItemRelatedItems(ListOpsItemRelatedItemsRequest listOpsItemRelatedItemsRequest)
Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListOpsItemRelatedItemsResponse> |
SsmAsyncClient.listOpsItemRelatedItems(Consumer<ListOpsItemRelatedItemsRequest.Builder> listOpsItemRelatedItemsRequest)
Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem.
|
default CompletableFuture<ListOpsItemRelatedItemsResponse> |
SsmAsyncClient.listOpsItemRelatedItems(ListOpsItemRelatedItemsRequest listOpsItemRelatedItemsRequest)
Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListOpsItemRelatedItemsResponse> |
ListOpsItemRelatedItemsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListOpsItemRelatedItemsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListOpsItemRelatedItemsResponse> subscriber) |
Copyright © 2022. All rights reserved.