Uses of Class
software.amazon.awssdk.services.ram.model.PermissionTypeFilter
-
Packages that use PermissionTypeFilter Package Description software.amazon.awssdk.services.ram.model -
-
Uses of PermissionTypeFilter in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return PermissionTypeFilter Modifier and Type Method Description static PermissionTypeFilterPermissionTypeFilter. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PermissionTypeFilterListPermissionsRequest. permissionType()Specifies that you want to list only permissions of this type:static PermissionTypeFilterPermissionTypeFilter. valueOf(String name)Returns the enum constant of this type with the specified name.static PermissionTypeFilter[]PermissionTypeFilter. 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 PermissionTypeFilter Modifier and Type Method Description static Set<PermissionTypeFilter>PermissionTypeFilter. knownValues()Methods in software.amazon.awssdk.services.ram.model with parameters of type PermissionTypeFilter Modifier and Type Method Description ListPermissionsRequest.BuilderListPermissionsRequest.Builder. permissionType(PermissionTypeFilter permissionType)Specifies that you want to list only permissions of this type:
-