Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.SetIpAddressTypeRequest.Builder
Packages that use SetIpAddressTypeRequest.Builder
Package
Description
-
Uses of SetIpAddressTypeRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2
Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2 with type arguments of type SetIpAddressTypeRequest.BuilderModifier and TypeMethodDescriptionElasticLoadBalancingV2AsyncClient.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.BuilderModifier and TypeMethodDescriptionSetIpAddressTypeRequest.builder()SetIpAddressTypeRequest.Builder.ipAddressType(String ipAddressType) The IP address type.SetIpAddressTypeRequest.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type.SetIpAddressTypeRequest.Builder.loadBalancerArn(String loadBalancerArn) The Amazon Resource Name (ARN) of the load balancer.SetIpAddressTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SetIpAddressTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) SetIpAddressTypeRequest.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type SetIpAddressTypeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SetIpAddressTypeRequest.Builder>SetIpAddressTypeRequest.serializableBuilderClass()