Uses of Class
software.amazon.awssdk.services.auditmanager.model.SourceSetUpOption
-
Packages that use SourceSetUpOption Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of SourceSetUpOption in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return SourceSetUpOption Modifier and Type Method Description static SourceSetUpOptionSourceSetUpOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SourceSetUpOptionControlMappingSource. sourceSetUpOption()The setup option for the data source.SourceSetUpOptionCreateControlMappingSource. sourceSetUpOption()The setup option for the data source.static SourceSetUpOptionSourceSetUpOption. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceSetUpOption[]SourceSetUpOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type SourceSetUpOption Modifier and Type Method Description static Set<SourceSetUpOption>SourceSetUpOption. knownValues()Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type SourceSetUpOption Modifier and Type Method Description ControlMappingSource.BuilderControlMappingSource.Builder. sourceSetUpOption(SourceSetUpOption sourceSetUpOption)The setup option for the data source.CreateControlMappingSource.BuilderCreateControlMappingSource.Builder. sourceSetUpOption(SourceSetUpOption sourceSetUpOption)The setup option for the data source.
-