Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NetworkInterfacePermissionState |
NetworkInterfacePermissionState.clone() |
NetworkInterfacePermissionState |
NetworkInterfacePermission.getPermissionState()
Information about the state of the permission.
|
NetworkInterfacePermissionState |
NetworkInterfacePermissionState.withState(NetworkInterfacePermissionStateCode state)
The state of the permission.
|
NetworkInterfacePermissionState |
NetworkInterfacePermissionState.withState(String state)
The state of the permission.
|
NetworkInterfacePermissionState |
NetworkInterfacePermissionState.withStatusMessage(String statusMessage)
A status message, if applicable.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkInterfacePermission.setPermissionState(NetworkInterfacePermissionState permissionState)
Information about the state of the permission.
|
NetworkInterfacePermission |
NetworkInterfacePermission.withPermissionState(NetworkInterfacePermissionState permissionState)
Information about the state of the permission.
|
Copyright © 2023. All rights reserved.