| Package | Description |
|---|---|
| software.amazon.awssdk.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
static PermissionType |
PermissionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static PermissionType |
PermissionType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PermissionType> |
PermissionType.knownValues()
|
List<PermissionType> |
Permission.permissionValues()
The permissions granted to the grantee.
|
List<PermissionType> |
PutMailboxPermissionsRequest.permissionValues()
The permissions granted to the grantee.
|
| Modifier and Type | Method and Description |
|---|---|
Permission.Builder |
Permission.Builder.permissionValues(PermissionType... permissionValues)
The permissions granted to the grantee.
|
PutMailboxPermissionsRequest.Builder |
PutMailboxPermissionsRequest.Builder.permissionValues(PermissionType... permissionValues)
The permissions granted to the grantee.
|
| Modifier and Type | Method and Description |
|---|---|
Permission.Builder |
Permission.Builder.permissionValues(Collection<PermissionType> permissionValues)
The permissions granted to the grantee.
|
PutMailboxPermissionsRequest.Builder |
PutMailboxPermissionsRequest.Builder.permissionValues(Collection<PermissionType> permissionValues)
The permissions granted to the grantee.
|
Copyright © 2021. All rights reserved.