Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkInterface
Packages that use NetworkInterface
Package
Description
-
Uses of NetworkInterface in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkInterfaceModifier and TypeMethodDescriptionfinal NetworkInterfaceCreateNetworkInterfaceResponse.networkInterface()Information about the network interface.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkInterfaceModifier and TypeMethodDescriptionfinal List<NetworkInterface>DescribeNetworkInterfacesResponse.networkInterfaces()Information about the network interfaces.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkInterfaceModifier and TypeMethodDescriptionCreateNetworkInterfaceResponse.Builder.networkInterface(NetworkInterface networkInterface) Information about the network interface.DescribeNetworkInterfacesResponse.Builder.networkInterfaces(NetworkInterface... networkInterfaces) Information about the network interfaces.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkInterfaceModifier and TypeMethodDescriptionDescribeNetworkInterfacesResponse.Builder.networkInterfaces(Collection<NetworkInterface> networkInterfaces) Information about the network interfaces. -
Uses of NetworkInterface in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type NetworkInterfaceModifier and TypeMethodDescriptionfinal SdkIterable<NetworkInterface>DescribeNetworkInterfacesIterable.networkInterfaces()Returns an iterable to iterate through the paginatedDescribeNetworkInterfacesResponse.networkInterfaces()member.final SdkPublisher<NetworkInterface>DescribeNetworkInterfacesPublisher.networkInterfaces()Returns a publisher that can be used to get a stream of data.