| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static ReportInstanceReasonCodes |
ReportInstanceReasonCodes.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ReportInstanceReasonCodes |
ReportInstanceReasonCodes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportInstanceReasonCodes[] |
ReportInstanceReasonCodes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ReportInstanceReasonCodes> |
ReportInstanceReasonCodes.knownValues()
|
List<ReportInstanceReasonCodes> |
ReportInstanceStatusRequest.reasonCodes()
The reason codes that describe the health state of your instance.
|
| Modifier and Type | Method and Description |
|---|---|
ReportInstanceStatusRequest.Builder |
ReportInstanceStatusRequest.Builder.reasonCodes(ReportInstanceReasonCodes... reasonCodes)
The reason codes that describe the health state of your instance.
|
| Modifier and Type | Method and Description |
|---|---|
ReportInstanceStatusRequest.Builder |
ReportInstanceStatusRequest.Builder.reasonCodes(Collection<ReportInstanceReasonCodes> reasonCodes)
The reason codes that describe the health state of your instance.
|
Copyright © 2021. All rights reserved.