Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.RuleTransform
Packages that use RuleTransform
-
Uses of RuleTransform in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type RuleTransformModifier and TypeMethodDescriptionfinal List<RuleTransform>CreateRuleRequest.transforms()The transforms to apply to requests that match this rule.final List<RuleTransform>ModifyRuleRequest.transforms()The transforms to apply to requests that match this rule.final List<RuleTransform>Rule.transforms()The transforms for the rule.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type RuleTransformModifier and TypeMethodDescriptionCreateRuleRequest.Builder.transforms(RuleTransform... transforms) The transforms to apply to requests that match this rule.ModifyRuleRequest.Builder.transforms(RuleTransform... transforms) The transforms to apply to requests that match this rule.Rule.Builder.transforms(RuleTransform... transforms) The transforms for the rule.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type RuleTransformModifier and TypeMethodDescriptionCreateRuleRequest.Builder.transforms(Collection<RuleTransform> transforms) The transforms to apply to requests that match this rule.ModifyRuleRequest.Builder.transforms(Collection<RuleTransform> transforms) The transforms to apply to requests that match this rule.Rule.Builder.transforms(Collection<RuleTransform> transforms) The transforms for the rule.