| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
static StopAction |
StopAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StopAction |
StopAssessmentRunRequest.stopAction()
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION.
|
static StopAction |
StopAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StopAction[] |
StopAction.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<StopAction> |
StopAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StopAssessmentRunRequest.Builder |
StopAssessmentRunRequest.Builder.stopAction(StopAction stopAction)
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION.
|
Copyright © 2023. All rights reserved.