Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.RemoveIpamPoolEnum
-
Packages that use RemoveIpamPoolEnum Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of RemoveIpamPoolEnum in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return RemoveIpamPoolEnum Modifier and Type Method Description static RemoveIpamPoolEnumRemoveIpamPoolEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RemoveIpamPoolEnumRemoveIpamPoolEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RemoveIpamPoolEnum[]RemoveIpamPoolEnum. 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 RemoveIpamPoolEnum Modifier and Type Method Description static Set<RemoveIpamPoolEnum>RemoveIpamPoolEnum. knownValues()List<RemoveIpamPoolEnum>ModifyIpPoolsRequest. removeIpamPools()Remove the IP pools in use by the load balancer.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type RemoveIpamPoolEnum Modifier and Type Method Description ModifyIpPoolsRequest.BuilderModifyIpPoolsRequest.Builder. removeIpamPools(RemoveIpamPoolEnum... removeIpamPools)Remove the IP pools in use by the load balancer.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type RemoveIpamPoolEnum Modifier and Type Method Description ModifyIpPoolsRequest.BuilderModifyIpPoolsRequest.Builder. removeIpamPools(Collection<RemoveIpamPoolEnum> removeIpamPools)Remove the IP pools in use by the load balancer.
-