| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static InterfacePermissionType |
InterfacePermissionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InterfacePermissionType |
NetworkInterfacePermission.permission()
The type of permission.
|
InterfacePermissionType |
CreateNetworkInterfacePermissionRequest.permission()
The type of permission to grant.
|
static InterfacePermissionType |
InterfacePermissionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterfacePermissionType[] |
InterfacePermissionType.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<InterfacePermissionType> |
InterfacePermissionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterfacePermission.Builder |
NetworkInterfacePermission.Builder.permission(InterfacePermissionType permission)
The type of permission.
|
CreateNetworkInterfacePermissionRequest.Builder |
CreateNetworkInterfacePermissionRequest.Builder.permission(InterfacePermissionType permission)
The type of permission to grant.
|
Copyright © 2020. All rights reserved.