| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
NetworkInterfacePermission |
CreateNetworkInterfacePermissionResponse.interfacePermission()
Information about the permission for the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInterfacePermission> |
DescribeNetworkInterfacePermissionsResponse.networkInterfacePermissions()
The network interface permissions.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNetworkInterfacePermissionResponse.Builder |
CreateNetworkInterfacePermissionResponse.Builder.interfacePermission(NetworkInterfacePermission interfacePermission)
Information about the permission for the network interface.
|
DescribeNetworkInterfacePermissionsResponse.Builder |
DescribeNetworkInterfacePermissionsResponse.Builder.networkInterfacePermissions(NetworkInterfacePermission... networkInterfacePermissions)
The network interface permissions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeNetworkInterfacePermissionsResponse.Builder |
DescribeNetworkInterfacePermissionsResponse.Builder.networkInterfacePermissions(Collection<NetworkInterfacePermission> networkInterfacePermissions)
The network interface permissions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<NetworkInterfacePermission> |
DescribeNetworkInterfacePermissionsPublisher.networkInterfacePermissions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<NetworkInterfacePermission> |
DescribeNetworkInterfacePermissionsIterable.networkInterfacePermissions()
Returns an iterable to iterate through the paginated
DescribeNetworkInterfacePermissionsResponse.networkInterfacePermissions() member. |
Copyright © 2021. All rights reserved.