| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
IpAddressUpdate |
IpAddressUpdate.clone() |
IpAddressUpdate |
DisassociateResolverEndpointIpAddressRequest.getIpAddress()
The IPv4 address that you want to remove from a resolver endpoint.
|
IpAddressUpdate |
AssociateResolverEndpointIpAddressRequest.getIpAddress()
Either the IPv4 address that you want to add to a resolver endpoint or a subnet ID.
|
IpAddressUpdate |
IpAddressUpdate.withIp(String ip)
The new IP address.
|
IpAddressUpdate |
IpAddressUpdate.withIpId(String ipId)
Only when removing an IP address from a resolver endpoint: The ID of the IP address that you want to
remove.
|
IpAddressUpdate |
IpAddressUpdate.withSubnetId(String subnetId)
The ID of the subnet that includes the IP address that you want to update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisassociateResolverEndpointIpAddressRequest.setIpAddress(IpAddressUpdate ipAddress)
The IPv4 address that you want to remove from a resolver endpoint.
|
void |
AssociateResolverEndpointIpAddressRequest.setIpAddress(IpAddressUpdate ipAddress)
Either the IPv4 address that you want to add to a resolver endpoint or a subnet ID.
|
DisassociateResolverEndpointIpAddressRequest |
DisassociateResolverEndpointIpAddressRequest.withIpAddress(IpAddressUpdate ipAddress)
The IPv4 address that you want to remove from a resolver endpoint.
|
AssociateResolverEndpointIpAddressRequest |
AssociateResolverEndpointIpAddressRequest.withIpAddress(IpAddressUpdate ipAddress)
Either the IPv4 address that you want to add to a resolver endpoint or a subnet ID.
|
Copyright © 2019. All rights reserved.