Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
Modifier and Type | Method and Description |
---|---|
default AssignIpv6AddressesResponse |
Ec2Client.assignIpv6Addresses(AssignIpv6AddressesRequest assignIpv6AddressesRequest)
Assigns one or more IPv6 addresses to the specified network interface.
|
default AssignIpv6AddressesResponse |
Ec2Client.assignIpv6Addresses(Consumer<AssignIpv6AddressesRequest.Builder> assignIpv6AddressesRequest)
Assigns one or more IPv6 addresses to the specified network interface.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<AssignIpv6AddressesResponse> |
Ec2AsyncClient.assignIpv6Addresses(AssignIpv6AddressesRequest assignIpv6AddressesRequest)
Assigns one or more IPv6 addresses to the specified network interface.
|
default CompletableFuture<AssignIpv6AddressesResponse> |
Ec2AsyncClient.assignIpv6Addresses(Consumer<AssignIpv6AddressesRequest.Builder> assignIpv6AddressesRequest)
Assigns one or more IPv6 addresses to the specified network interface.
|
Copyright © 2020. All rights reserved.