Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.SetIpAddressTypeResponse
-
Packages that use SetIpAddressTypeResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing -
-
Uses of SetIpAddressTypeResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return SetIpAddressTypeResponse Modifier and Type Method Description default 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 SetIpAddressTypeResponse Modifier and Type Method Description default CompletableFuture<SetIpAddressTypeResponse>ElasticLoadBalancingV2AsyncClient. setIpAddressType(Consumer<SetIpAddressTypeRequest.Builder> setIpAddressTypeRequest)Sets the type of IP addresses used by the subnets of the specified load balancer.default CompletableFuture<SetIpAddressTypeResponse>ElasticLoadBalancingV2AsyncClient. setIpAddressType(SetIpAddressTypeRequest setIpAddressTypeRequest)Sets the type of IP addresses used by the subnets of the specified load balancer.
-