Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.SetIpAddressTypeResponse
Packages that use SetIpAddressTypeResponse
-
Uses of SetIpAddressTypeResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return SetIpAddressTypeResponseModifier and TypeMethodDescriptiondefault SetIpAddressTypeResponseElasticLoadBalancingV2Client.setIpAddressType(Consumer<SetIpAddressTypeRequest.Builder> setIpAddressTypeRequest) Sets the type of IP addresses used by the subnets of the specified load balancer.default SetIpAddressTypeResponseElasticLoadBalancingV2Client.setIpAddressType(SetIpAddressTypeRequest setIpAddressTypeRequest) Sets the type of IP addresses used by the subnets of the specified load balancer.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type SetIpAddressTypeResponseModifier and TypeMethodDescriptionElasticLoadBalancingV2AsyncClient.setIpAddressType(Consumer<SetIpAddressTypeRequest.Builder> setIpAddressTypeRequest) Sets the type of IP addresses used by the subnets of the specified load balancer.ElasticLoadBalancingV2AsyncClient.setIpAddressType(SetIpAddressTypeRequest setIpAddressTypeRequest) Sets the type of IP addresses used by the subnets of the specified load balancer.