Uses of Class
software.amazon.awssdk.services.route53resolver.model.UpdateIpAddress
-
Packages that use UpdateIpAddress Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of UpdateIpAddress in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type UpdateIpAddress Modifier and Type Method Description List<UpdateIpAddress>UpdateResolverEndpointRequest. updateIpAddresses()Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack.Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type UpdateIpAddress Modifier and Type Method Description UpdateResolverEndpointRequest.BuilderUpdateResolverEndpointRequest.Builder. updateIpAddresses(UpdateIpAddress... updateIpAddresses)Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack.Method parameters in software.amazon.awssdk.services.route53resolver.model with type arguments of type UpdateIpAddress Modifier and Type Method Description UpdateResolverEndpointRequest.BuilderUpdateResolverEndpointRequest.Builder. updateIpAddresses(Collection<UpdateIpAddress> updateIpAddresses)Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack.
-