Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.IpAddressType
-
Packages that use IpAddressType Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of IpAddressType in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return IpAddressType Modifier and Type Method Description static IpAddressTypeIpAddressType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IpAddressTypeCreateLoadBalancerRequest. ipAddressType()The type of IP addresses used by the subnets for your load balancer.IpAddressTypeLoadBalancer. ipAddressType()The type of IP addresses used by the subnets for your load balancer.IpAddressTypeSetIpAddressTypeRequest. ipAddressType()The IP address type.IpAddressTypeSetIpAddressTypeResponse. ipAddressType()The IP address type.IpAddressTypeSetSubnetsRequest. ipAddressType()[Network Load Balancers] The type of IP addresses used by the subnets for your load balancer.IpAddressTypeSetSubnetsResponse. ipAddressType()[Network Load Balancers] The IP address type.static IpAddressTypeIpAddressType. valueOf(String name)Returns the enum constant of this type with the specified name.static IpAddressType[]IpAddressType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type IpAddressType Modifier and Type Method Description static Set<IpAddressType>IpAddressType. knownValues()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type IpAddressType Modifier and Type Method Description CreateLoadBalancerRequest.BuilderCreateLoadBalancerRequest.Builder. ipAddressType(IpAddressType ipAddressType)The type of IP addresses used by the subnets for your load balancer.LoadBalancer.BuilderLoadBalancer.Builder. ipAddressType(IpAddressType ipAddressType)The type of IP addresses used by the subnets for your load balancer.SetIpAddressTypeRequest.BuilderSetIpAddressTypeRequest.Builder. ipAddressType(IpAddressType ipAddressType)The IP address type.SetIpAddressTypeResponse.BuilderSetIpAddressTypeResponse.Builder. ipAddressType(IpAddressType ipAddressType)The IP address type.SetSubnetsRequest.BuilderSetSubnetsRequest.Builder. ipAddressType(IpAddressType ipAddressType)[Network Load Balancers] The type of IP addresses used by the subnets for your load balancer.SetSubnetsResponse.BuilderSetSubnetsResponse.Builder. ipAddressType(IpAddressType ipAddressType)[Network Load Balancers] The IP address type.
-