Uses of Class
software.amazon.awssdk.services.resiliencehub.model.AssessmentInvoker
-
Packages that use AssessmentInvoker Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of AssessmentInvoker in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return AssessmentInvoker Modifier and Type Method Description static AssessmentInvokerAssessmentInvoker. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AssessmentInvokerAppAssessment. invoker()The entity that invoked the assessment.AssessmentInvokerAppAssessmentSummary. invoker()Entity that invoked the assessment.AssessmentInvokerListAppAssessmentsRequest. invoker()Specifies the entity that invoked a specific assessment, either aUseror theSystem.static AssessmentInvokerAssessmentInvoker. 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.Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type AssessmentInvoker Modifier and Type Method Description static Set<AssessmentInvoker>AssessmentInvoker. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type AssessmentInvoker Modifier and Type Method Description AppAssessment.BuilderAppAssessment.Builder. invoker(AssessmentInvoker invoker)The entity that invoked the assessment.AppAssessmentSummary.BuilderAppAssessmentSummary.Builder. invoker(AssessmentInvoker invoker)Entity that invoked the assessment.ListAppAssessmentsRequest.BuilderListAppAssessmentsRequest.Builder. invoker(AssessmentInvoker invoker)Specifies the entity that invoked a specific assessment, either aUseror theSystem.
-