| 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 IPv4 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.withIpv6(String ipv6)
The new IPv6 address.
|
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 © 2024. All rights reserved.