Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<UnassignPrivateIpAddressesResult> |
AbstractAmazonEC2Async.unassignPrivateIpAddressesAsync(UnassignPrivateIpAddressesRequest request,
AsyncHandler<UnassignPrivateIpAddressesRequest,UnassignPrivateIpAddressesResult> asyncHandler) |
Future<UnassignPrivateIpAddressesResult> |
AmazonEC2AsyncClient.unassignPrivateIpAddressesAsync(UnassignPrivateIpAddressesRequest request,
AsyncHandler<UnassignPrivateIpAddressesRequest,UnassignPrivateIpAddressesResult> asyncHandler) |
Future<UnassignPrivateIpAddressesResult> |
AmazonEC2Async.unassignPrivateIpAddressesAsync(UnassignPrivateIpAddressesRequest unassignPrivateIpAddressesRequest,
AsyncHandler<UnassignPrivateIpAddressesRequest,UnassignPrivateIpAddressesResult> asyncHandler)
Unassigns one or more secondary private IP addresses, or IPv4 Prefix Delegation prefixes from a network
interface.
|
Modifier and Type | Method and Description |
---|---|
UnassignPrivateIpAddressesRequest |
UnassignPrivateIpAddressesRequest.clone() |
UnassignPrivateIpAddressesRequest |
UnassignPrivateIpAddressesRequest.withIpv4Prefixes(Collection<String> ipv4Prefixes)
The IPv4 prefixes to unassign from the network interface.
|
UnassignPrivateIpAddressesRequest |
UnassignPrivateIpAddressesRequest.withIpv4Prefixes(String... ipv4Prefixes)
The IPv4 prefixes to unassign from the network interface.
|
UnassignPrivateIpAddressesRequest |
UnassignPrivateIpAddressesRequest.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
UnassignPrivateIpAddressesRequest |
UnassignPrivateIpAddressesRequest.withPrivateIpAddresses(Collection<String> privateIpAddresses)
The secondary private IP addresses to unassign from the network interface.
|
UnassignPrivateIpAddressesRequest |
UnassignPrivateIpAddressesRequest.withPrivateIpAddresses(String... privateIpAddresses)
The secondary private IP addresses to unassign from the network interface.
|
Modifier and Type | Method and Description |
---|---|
Request<UnassignPrivateIpAddressesRequest> |
UnassignPrivateIpAddressesRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.