| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateNetworkInterfaceResponse |
Ec2Client.createNetworkInterface(Consumer<CreateNetworkInterfaceRequest.Builder> createNetworkInterfaceRequest)
Creates a network interface in the specified subnet.
|
default CreateNetworkInterfaceResponse |
Ec2Client.createNetworkInterface(CreateNetworkInterfaceRequest createNetworkInterfaceRequest)
Creates a network interface in the specified subnet.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateNetworkInterfaceResponse> |
Ec2AsyncClient.createNetworkInterface(Consumer<CreateNetworkInterfaceRequest.Builder> createNetworkInterfaceRequest)
Creates a network interface in the specified subnet.
|
default CompletableFuture<CreateNetworkInterfaceResponse> |
Ec2AsyncClient.createNetworkInterface(CreateNetworkInterfaceRequest createNetworkInterfaceRequest)
Creates a network interface in the specified subnet.
|
Copyright © 2020. All rights reserved.