| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
List<InstanceNetworkInterfaceSpecification> |
SpotFleetLaunchSpecification.networkInterfaces()
One or more network interfaces.
|
List<InstanceNetworkInterfaceSpecification> |
RunInstancesRequest.networkInterfaces()
One or more network interfaces.
|
List<InstanceNetworkInterfaceSpecification> |
LaunchSpecification.networkInterfaces()
One or more network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
SpotFleetLaunchSpecification.Builder |
SpotFleetLaunchSpecification.Builder.networkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
One or more network interfaces.
|
RunInstancesRequest.Builder |
RunInstancesRequest.Builder.networkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
One or more network interfaces.
|
LaunchSpecification.Builder |
LaunchSpecification.Builder.networkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
One or more network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
SpotFleetLaunchSpecification.Builder |
SpotFleetLaunchSpecification.Builder.networkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceNetworkInterfaceSpecification |
InstanceNetworkInterfaceSpecificationUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.