Uses of Class
software.amazon.awssdk.services.auditmanager.model.FrameworkType
-
Packages that use FrameworkType Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of FrameworkType in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return FrameworkType Modifier and Type Method Description FrameworkTypeListAssessmentFrameworksRequest. frameworkType()The type of framework, such as a standard framework or a custom framework.static FrameworkTypeFrameworkType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FrameworkTypeAssessmentFrameworkMetadata. type()The framework type, such as a standard framework or a custom framework.FrameworkTypeFramework. type()Specifies whether the framework is a standard framework or a custom framework.static FrameworkTypeFrameworkType. valueOf(String name)Returns the enum constant of this type with the specified name.static FrameworkType[]FrameworkType. 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 FrameworkType Modifier and Type Method Description static Set<FrameworkType>FrameworkType. knownValues()Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type FrameworkType Modifier and Type Method Description ListAssessmentFrameworksRequest.BuilderListAssessmentFrameworksRequest.Builder. frameworkType(FrameworkType frameworkType)The type of framework, such as a standard framework or a custom framework.AssessmentFrameworkMetadata.BuilderAssessmentFrameworkMetadata.Builder. type(FrameworkType type)The framework type, such as a standard framework or a custom framework.Framework.BuilderFramework.Builder. type(FrameworkType type)Specifies whether the framework is a standard framework or a custom framework.
-