Uses of Class
software.amazon.awssdk.services.fis.model.AccountTargeting
-
Packages that use AccountTargeting Package Description software.amazon.awssdk.services.fis.model -
-
Uses of AccountTargeting in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return AccountTargeting Modifier and Type Method Description AccountTargetingCreateExperimentTemplateExperimentOptionsInput. accountTargeting()Specifies the account targeting setting for experiment options.AccountTargetingExperimentOptions. accountTargeting()The account targeting setting for an experiment.AccountTargetingExperimentTemplateExperimentOptions. accountTargeting()The account targeting setting for an experiment template.static AccountTargetingAccountTargeting. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AccountTargetingAccountTargeting. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountTargeting[]AccountTargeting. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fis.model that return types with arguments of type AccountTargeting Modifier and Type Method Description static Set<AccountTargeting>AccountTargeting. knownValues()Methods in software.amazon.awssdk.services.fis.model with parameters of type AccountTargeting Modifier and Type Method Description CreateExperimentTemplateExperimentOptionsInput.BuilderCreateExperimentTemplateExperimentOptionsInput.Builder. accountTargeting(AccountTargeting accountTargeting)Specifies the account targeting setting for experiment options.ExperimentOptions.BuilderExperimentOptions.Builder. accountTargeting(AccountTargeting accountTargeting)The account targeting setting for an experiment.ExperimentTemplateExperimentOptions.BuilderExperimentTemplateExperimentOptions.Builder. accountTargeting(AccountTargeting accountTargeting)The account targeting setting for an experiment template.
-