Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.SetIpAddressTypeRequest
-
Packages that use SetIpAddressTypeRequest Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.transform -
-
Uses of SetIpAddressTypeRequest in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 with parameters of type SetIpAddressTypeRequest Modifier and Type Method Description default CompletableFuture<SetIpAddressTypeResponse>ElasticLoadBalancingV2AsyncClient. setIpAddressType(SetIpAddressTypeRequest 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. -
Uses of SetIpAddressTypeRequest in software.amazon.awssdk.services.elasticloadbalancingv2.transform
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.transform with parameters of type SetIpAddressTypeRequest Modifier and Type Method Description SdkHttpFullRequestSetIpAddressTypeRequestMarshaller. marshall(SetIpAddressTypeRequest setIpAddressTypeRequest)
-