| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
static PermissionTypeFilter |
PermissionTypeFilter.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PermissionTypeFilter |
ListPermissionsRequest.permissionType()
Specifies that you want to list only permissions of this type:
|
static PermissionTypeFilter |
PermissionTypeFilter.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PermissionTypeFilter> |
PermissionTypeFilter.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListPermissionsRequest.Builder |
ListPermissionsRequest.Builder.permissionType(PermissionTypeFilter permissionType)
Specifies that you want to list only permissions of this type:
|
Copyright © 2023. All rights reserved.