Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.SetIpAddressTypeRequest.Builder
-
Packages that use SetIpAddressTypeRequest.Builder Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of SetIpAddressTypeRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2
Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2 with type arguments of type SetIpAddressTypeRequest.Builder 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 SetIpAddressTypeResponseElasticLoadBalancingV2Client. setIpAddressType(Consumer<SetIpAddressTypeRequest.Builder> setIpAddressTypeRequest)Sets the type of IP addresses used by the subnets of the specified load balancer. -
Uses of SetIpAddressTypeRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return SetIpAddressTypeRequest.Builder Modifier and Type Method Description static SetIpAddressTypeRequest.BuilderSetIpAddressTypeRequest. builder()SetIpAddressTypeRequest.BuilderSetIpAddressTypeRequest.Builder. ipAddressType(String ipAddressType)The IP address type.SetIpAddressTypeRequest.BuilderSetIpAddressTypeRequest.Builder. ipAddressType(IpAddressType ipAddressType)The IP address type.SetIpAddressTypeRequest.BuilderSetIpAddressTypeRequest.Builder. loadBalancerArn(String loadBalancerArn)The Amazon Resource Name (ARN) of the load balancer.SetIpAddressTypeRequest.BuilderSetIpAddressTypeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetIpAddressTypeRequest.BuilderSetIpAddressTypeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SetIpAddressTypeRequest.BuilderSetIpAddressTypeRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type SetIpAddressTypeRequest.Builder Modifier and Type Method Description static Class<? extends SetIpAddressTypeRequest.Builder>SetIpAddressTypeRequest. serializableBuilderClass()
-