Uses of Enum
software.amazon.awssdk.services.elasticloadbalancingv2.model.RemoveIpamPoolEnum
Packages that use RemoveIpamPoolEnum
-
Uses of RemoveIpamPoolEnum in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return RemoveIpamPoolEnumModifier and TypeMethodDescriptionstatic RemoveIpamPoolEnumUse this in place of valueOf to convert the raw string returned by the service into the enum value.static RemoveIpamPoolEnumReturns 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 RemoveIpamPoolEnumModifier and TypeMethodDescriptionstatic Set<RemoveIpamPoolEnum>RemoveIpamPoolEnum.knownValues()final 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 RemoveIpamPoolEnumModifier and TypeMethodDescriptionModifyIpPoolsRequest.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 RemoveIpamPoolEnumModifier and TypeMethodDescriptionModifyIpPoolsRequest.Builder.removeIpamPools(Collection<RemoveIpamPoolEnum> removeIpamPools) Remove the IP pools in use by the load balancer.