Uses of Class
software.amazon.awssdk.services.ec2.model.ServiceLinkVirtualInterface
-
Packages that use ServiceLinkVirtualInterface Package Description software.amazon.awssdk.services.ec2.model -
-
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 ServiceLinkVirtualInterface Modifier and Type Method Description List<ServiceLinkVirtualInterface>DescribeServiceLinkVirtualInterfacesResponse. serviceLinkVirtualInterfaces()Describes the service link virtual interfaces.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ServiceLinkVirtualInterface Modifier and Type Method Description DescribeServiceLinkVirtualInterfacesResponse.BuilderDescribeServiceLinkVirtualInterfacesResponse.Builder. serviceLinkVirtualInterfaces(ServiceLinkVirtualInterface... serviceLinkVirtualInterfaces)Describes the service link virtual interfaces.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ServiceLinkVirtualInterface Modifier and Type Method Description DescribeServiceLinkVirtualInterfacesResponse.BuilderDescribeServiceLinkVirtualInterfacesResponse.Builder. serviceLinkVirtualInterfaces(Collection<ServiceLinkVirtualInterface> serviceLinkVirtualInterfaces)Describes the service link virtual interfaces.
-