Uses of Class
software.amazon.awssdk.services.resiliencehub.model.PermissionModelType
-
Packages that use PermissionModelType Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of PermissionModelType in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return PermissionModelType Modifier and Type Method Description static PermissionModelTypePermissionModelType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PermissionModelTypePermissionModel. type()Defines how Resilience Hub scans your resources.static PermissionModelTypePermissionModelType. valueOf(String name)Returns the enum constant of this type with the specified name.static PermissionModelType[]PermissionModelType. 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 PermissionModelType Modifier and Type Method Description static Set<PermissionModelType>PermissionModelType. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type PermissionModelType Modifier and Type Method Description PermissionModel.BuilderPermissionModel.Builder. type(PermissionModelType type)Defines how Resilience Hub scans your resources.
-