| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNetworkInterfaceResponse |
CreateNetworkInterfaceResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.