| Package | Description |
|---|---|
| software.amazon.awssdk.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
static AssessmentInvoker |
AssessmentInvoker.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AssessmentInvoker |
AppAssessment.invoker()
The entity that invoked the assessment.
|
AssessmentInvoker |
AppAssessmentSummary.invoker()
The entity that invoked the assessment.
|
AssessmentInvoker |
ListAppAssessmentsRequest.invoker()
Specifies the entity that invoked a specific assessment, either a
User or the System. |
static AssessmentInvoker |
AssessmentInvoker.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssessmentInvoker[] |
AssessmentInvoker.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<AssessmentInvoker> |
AssessmentInvoker.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AppAssessment.Builder |
AppAssessment.Builder.invoker(AssessmentInvoker invoker)
The entity that invoked the assessment.
|
AppAssessmentSummary.Builder |
AppAssessmentSummary.Builder.invoker(AssessmentInvoker invoker)
The entity that invoked the assessment.
|
ListAppAssessmentsRequest.Builder |
ListAppAssessmentsRequest.Builder.invoker(AssessmentInvoker invoker)
Specifies the entity that invoked a specific assessment, either a
User or the
System. |
Copyright © 2022. All rights reserved.