Uses of Class
software.amazon.awssdk.services.route53resolver.model.IpAddressUpdate
-
Packages that use IpAddressUpdate Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of IpAddressUpdate in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return IpAddressUpdate Modifier and Type Method Description IpAddressUpdateAssociateResolverEndpointIpAddressRequest. ipAddress()Either the IPv4 address that you want to add to a Resolver endpoint or a subnet ID.IpAddressUpdateDisassociateResolverEndpointIpAddressRequest. ipAddress()The IPv4 address that you want to remove from a Resolver endpoint.Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type IpAddressUpdate Modifier and Type Method Description AssociateResolverEndpointIpAddressRequest.BuilderAssociateResolverEndpointIpAddressRequest.Builder. ipAddress(IpAddressUpdate ipAddress)Either the IPv4 address that you want to add to a Resolver endpoint or a subnet ID.DisassociateResolverEndpointIpAddressRequest.BuilderDisassociateResolverEndpointIpAddressRequest.Builder. ipAddress(IpAddressUpdate ipAddress)The IPv4 address that you want to remove from a Resolver endpoint.
-