Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkInterfacePermission
Packages that use NetworkInterfacePermission
Package
Description
-
Uses of NetworkInterfacePermission in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkInterfacePermissionModifier and TypeMethodDescriptionCreateNetworkInterfacePermissionResponse.interfacePermission()Information about the permission for the network interface.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkInterfacePermissionModifier and TypeMethodDescriptionfinal List<NetworkInterfacePermission>DescribeNetworkInterfacePermissionsResponse.networkInterfacePermissions()The network interface permissions.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkInterfacePermissionModifier and TypeMethodDescriptionCreateNetworkInterfacePermissionResponse.Builder.interfacePermission(NetworkInterfacePermission interfacePermission) Information about the permission for the network interface.DescribeNetworkInterfacePermissionsResponse.Builder.networkInterfacePermissions(NetworkInterfacePermission... networkInterfacePermissions) The network interface permissions.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkInterfacePermissionModifier and TypeMethodDescriptionDescribeNetworkInterfacePermissionsResponse.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 NetworkInterfacePermissionModifier and TypeMethodDescriptionDescribeNetworkInterfacePermissionsIterable.networkInterfacePermissions()Returns an iterable to iterate through the paginatedDescribeNetworkInterfacePermissionsResponse.networkInterfacePermissions()member.DescribeNetworkInterfacePermissionsPublisher.networkInterfacePermissions()Returns a publisher that can be used to get a stream of data.