Uses of Class
software.amazon.awssdk.services.ec2.model.ServiceLinkVirtualInterface
Packages that use ServiceLinkVirtualInterface
-
Uses of ServiceLinkVirtualInterface in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ServiceLinkVirtualInterfaceModifier and TypeMethodDescriptionfinal List<ServiceLinkVirtualInterface>DescribeServiceLinkVirtualInterfacesResponse.serviceLinkVirtualInterfaces()Describes the service link virtual interfaces.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ServiceLinkVirtualInterfaceModifier and TypeMethodDescriptionDescribeServiceLinkVirtualInterfacesResponse.Builder.serviceLinkVirtualInterfaces(ServiceLinkVirtualInterface... serviceLinkVirtualInterfaces) Describes the service link virtual interfaces.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ServiceLinkVirtualInterfaceModifier and TypeMethodDescriptionDescribeServiceLinkVirtualInterfacesResponse.Builder.serviceLinkVirtualInterfaces(Collection<ServiceLinkVirtualInterface> serviceLinkVirtualInterfaces) Describes the service link virtual interfaces.