Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkInterfacePermission
-
Packages that use NetworkInterfacePermission Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of NetworkInterfacePermission in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkInterfacePermission Modifier and Type Method Description NetworkInterfacePermissionCreateNetworkInterfacePermissionResponse. interfacePermission()Information about the permission for the network interface.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkInterfacePermission Modifier and Type Method Description List<NetworkInterfacePermission>DescribeNetworkInterfacePermissionsResponse. networkInterfacePermissions()The network interface permissions.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkInterfacePermission Modifier and Type Method Description CreateNetworkInterfacePermissionResponse.BuilderCreateNetworkInterfacePermissionResponse.Builder. interfacePermission(NetworkInterfacePermission interfacePermission)Information about the permission for the network interface.DescribeNetworkInterfacePermissionsResponse.BuilderDescribeNetworkInterfacePermissionsResponse.Builder. networkInterfacePermissions(NetworkInterfacePermission... networkInterfacePermissions)The network interface permissions.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkInterfacePermission Modifier and Type Method Description DescribeNetworkInterfacePermissionsResponse.BuilderDescribeNetworkInterfacePermissionsResponse.Builder. networkInterfacePermissions(Collection<NetworkInterfacePermission> networkInterfacePermissions)The network interface permissions. -
Uses of NetworkInterfacePermission in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type NetworkInterfacePermission Modifier and Type Method Description SdkIterable<NetworkInterfacePermission>DescribeNetworkInterfacePermissionsIterable. networkInterfacePermissions()Returns an iterable to iterate through the paginatedDescribeNetworkInterfacePermissionsResponse.networkInterfacePermissions()member.SdkPublisher<NetworkInterfacePermission>DescribeNetworkInterfacePermissionsPublisher. networkInterfacePermissions()Returns a publisher that can be used to get a stream of data.
-