| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents |
Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from
incidents affecting their Amazon Web Services-hosted applications.
|
| software.amazon.awssdk.services.ssmincidents.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetResourcePoliciesResponse |
SsmIncidentsClient.getResourcePolicies(Consumer<GetResourcePoliciesRequest.Builder> getResourcePoliciesRequest)
Retrieves the resource policies attached to the specified response plan.
|
default GetResourcePoliciesResponse |
SsmIncidentsClient.getResourcePolicies(GetResourcePoliciesRequest getResourcePoliciesRequest)
Retrieves the resource policies attached to the specified response plan.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetResourcePoliciesResponse> |
SsmIncidentsAsyncClient.getResourcePolicies(Consumer<GetResourcePoliciesRequest.Builder> getResourcePoliciesRequest)
Retrieves the resource policies attached to the specified response plan.
|
default CompletableFuture<GetResourcePoliciesResponse> |
SsmIncidentsAsyncClient.getResourcePolicies(GetResourcePoliciesRequest getResourcePoliciesRequest)
Retrieves the resource policies attached to the specified response plan.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetResourcePoliciesResponse> |
GetResourcePoliciesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetResourcePoliciesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetResourcePoliciesResponse> subscriber) |
Copyright © 2023. All rights reserved.