| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
ResponsePlanSummary |
ResponsePlanSummary.clone() |
ResponsePlanSummary |
ResponsePlanSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the response plan.
|
ResponsePlanSummary |
ResponsePlanSummary.withDisplayName(String displayName)
The human readable name of the response plan.
|
ResponsePlanSummary |
ResponsePlanSummary.withName(String name)
The name of the response plan.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponsePlanSummary> |
ListResponsePlansResult.getResponsePlanSummaries()
Details of each response plan.
|
| Modifier and Type | Method and Description |
|---|---|
ListResponsePlansResult |
ListResponsePlansResult.withResponsePlanSummaries(ResponsePlanSummary... responsePlanSummaries)
Details of each response plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResponsePlansResult.setResponsePlanSummaries(Collection<ResponsePlanSummary> responsePlanSummaries)
Details of each response plan.
|
ListResponsePlansResult |
ListResponsePlansResult.withResponsePlanSummaries(Collection<ResponsePlanSummary> responsePlanSummaries)
Details of each response plan.
|
Copyright © 2021. All rights reserved.