Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NetworkInterfacePermission |
NetworkInterfacePermission.clone() |
NetworkInterfacePermission |
CreateNetworkInterfacePermissionResult.getInterfacePermission()
Information about the permission for the network interface.
|
NetworkInterfacePermission |
NetworkInterfacePermission.withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
NetworkInterfacePermission |
NetworkInterfacePermission.withAwsService(String awsService)
The Amazon Web Service.
|
NetworkInterfacePermission |
NetworkInterfacePermission.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
NetworkInterfacePermission |
NetworkInterfacePermission.withNetworkInterfacePermissionId(String networkInterfacePermissionId)
The ID of the network interface permission.
|
NetworkInterfacePermission |
NetworkInterfacePermission.withPermission(InterfacePermissionType permission)
The type of permission.
|
NetworkInterfacePermission |
NetworkInterfacePermission.withPermission(String permission)
The type of permission.
|
NetworkInterfacePermission |
NetworkInterfacePermission.withPermissionState(NetworkInterfacePermissionState permissionState)
Information about the state of the permission.
|
Modifier and Type | Method and Description |
---|---|
List<NetworkInterfacePermission> |
DescribeNetworkInterfacePermissionsResult.getNetworkInterfacePermissions()
The network interface permissions.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateNetworkInterfacePermissionResult.setInterfacePermission(NetworkInterfacePermission interfacePermission)
Information about the permission for the network interface.
|
CreateNetworkInterfacePermissionResult |
CreateNetworkInterfacePermissionResult.withInterfacePermission(NetworkInterfacePermission interfacePermission)
Information about the permission for the network interface.
|
DescribeNetworkInterfacePermissionsResult |
DescribeNetworkInterfacePermissionsResult.withNetworkInterfacePermissions(NetworkInterfacePermission... networkInterfacePermissions)
The network interface permissions.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeNetworkInterfacePermissionsResult.setNetworkInterfacePermissions(Collection<NetworkInterfacePermission> networkInterfacePermissions)
The network interface permissions.
|
DescribeNetworkInterfacePermissionsResult |
DescribeNetworkInterfacePermissionsResult.withNetworkInterfacePermissions(Collection<NetworkInterfacePermission> networkInterfacePermissions)
The network interface permissions.
|
Copyright © 2021. All rights reserved.