| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static VerificationState |
VerificationState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static VerificationState |
VerificationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerificationState[] |
VerificationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
VerificationState |
ActiveViolation.verificationState()
The verification state of the violation (detect alarm).
|
VerificationState |
ViolationEvent.verificationState()
The verification state of the violation (detect alarm).
|
VerificationState |
ListViolationEventsRequest.verificationState()
The verification state of the violation (detect alarm).
|
VerificationState |
ListActiveViolationsRequest.verificationState()
The verification state of the violation (detect alarm).
|
VerificationState |
PutVerificationStateOnViolationRequest.verificationState()
The verification state of the violation.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VerificationState> |
VerificationState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ActiveViolation.Builder |
ActiveViolation.Builder.verificationState(VerificationState verificationState)
The verification state of the violation (detect alarm).
|
ViolationEvent.Builder |
ViolationEvent.Builder.verificationState(VerificationState verificationState)
The verification state of the violation (detect alarm).
|
ListViolationEventsRequest.Builder |
ListViolationEventsRequest.Builder.verificationState(VerificationState verificationState)
The verification state of the violation (detect alarm).
|
ListActiveViolationsRequest.Builder |
ListActiveViolationsRequest.Builder.verificationState(VerificationState verificationState)
The verification state of the violation (detect alarm).
|
PutVerificationStateOnViolationRequest.Builder |
PutVerificationStateOnViolationRequest.Builder.verificationState(VerificationState verificationState)
The verification state of the violation.
|
Copyright © 2022. All rights reserved.