| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<InstanceNetworkInterfaceSpecification> |
RunInstancesRequest.networkInterfaces()
One or more network interfaces.
|
List<InstanceNetworkInterfaceSpecification> |
LaunchSpecification.networkInterfaces()
One or more network interfaces.
|
List<InstanceNetworkInterfaceSpecification> |
RequestSpotLaunchSpecification.networkInterfaces()
One or more network interfaces.
|
List<InstanceNetworkInterfaceSpecification> |
SpotFleetLaunchSpecification.networkInterfaces()
One or more network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
RunInstancesRequest.Builder |
RunInstancesRequest.Builder.networkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
One or more network interfaces.
|
LaunchSpecification.Builder |
LaunchSpecification.Builder.networkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
One or more network interfaces.
|
RequestSpotLaunchSpecification.Builder |
RequestSpotLaunchSpecification.Builder.networkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
One or more network interfaces.
|
SpotFleetLaunchSpecification.Builder |
SpotFleetLaunchSpecification.Builder.networkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
One or more network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
RunInstancesRequest.Builder |
RunInstancesRequest.Builder.networkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
LaunchSpecification.Builder |
LaunchSpecification.Builder.networkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
RequestSpotLaunchSpecification.Builder |
RequestSpotLaunchSpecification.Builder.networkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
SpotFleetLaunchSpecification.Builder |
SpotFleetLaunchSpecification.Builder.networkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
Copyright © 2019. All rights reserved.