Uses of Class
software.amazon.awssdk.services.ram.model.PermissionType
-
Packages that use PermissionType Package Description software.amazon.awssdk.services.ram.model -
-
Uses of PermissionType in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return PermissionType Modifier and Type Method Description static PermissionTypePermissionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PermissionTypeResourceSharePermissionDetail. permissionType()The type of managed permission.PermissionTypeResourceSharePermissionSummary. permissionType()The type of managed permission.static PermissionTypePermissionType. valueOf(String name)Returns the enum constant of this type with the specified name.static PermissionType[]PermissionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type PermissionType Modifier and Type Method Description static Set<PermissionType>PermissionType. knownValues()Methods in software.amazon.awssdk.services.ram.model with parameters of type PermissionType Modifier and Type Method Description ResourceSharePermissionDetail.BuilderResourceSharePermissionDetail.Builder. permissionType(PermissionType permissionType)The type of managed permission.ResourceSharePermissionSummary.BuilderResourceSharePermissionSummary.Builder. permissionType(PermissionType permissionType)The type of managed permission.
-