Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceSecondaryInterfaceSpecificationRequest
Packages that use InstanceSecondaryInterfaceSpecificationRequest
-
Uses of InstanceSecondaryInterfaceSpecificationRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceSecondaryInterfaceSpecificationRequestModifier and TypeMethodDescriptionRunInstancesRequest.secondaryInterfaces()The secondary interfaces to associate with the instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceSecondaryInterfaceSpecificationRequestModifier and TypeMethodDescriptionRunInstancesRequest.Builder.secondaryInterfaces(InstanceSecondaryInterfaceSpecificationRequest... secondaryInterfaces) The secondary interfaces to associate with the instance.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceSecondaryInterfaceSpecificationRequestModifier and TypeMethodDescriptionRunInstancesRequest.Builder.secondaryInterfaces(Collection<InstanceSecondaryInterfaceSpecificationRequest> secondaryInterfaces) The secondary interfaces to associate with the instance.