| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancingv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateListenerResponse |
ElasticLoadBalancingV2Client.createListener(Consumer<CreateListenerRequest.Builder> createListenerRequest)
Creates a listener for the specified Application Load Balancer or Network Load Balancer.
|
default CreateListenerResponse |
ElasticLoadBalancingV2Client.createListener(CreateListenerRequest createListenerRequest)
Creates a listener for the specified Application Load Balancer or Network Load Balancer.
|
default CreateRuleResponse |
ElasticLoadBalancingV2Client.createRule(Consumer<CreateRuleRequest.Builder> createRuleRequest)
Creates a rule for the specified listener.
|
default CreateRuleResponse |
ElasticLoadBalancingV2Client.createRule(CreateRuleRequest createRuleRequest)
Creates a rule for the specified listener.
|
default ModifyListenerResponse |
ElasticLoadBalancingV2Client.modifyListener(Consumer<ModifyListenerRequest.Builder> modifyListenerRequest)
Modifies the specified properties of the specified listener.
|
default ModifyListenerResponse |
ElasticLoadBalancingV2Client.modifyListener(ModifyListenerRequest modifyListenerRequest)
Modifies the specified properties of the specified listener.
|
default ModifyRuleResponse |
ElasticLoadBalancingV2Client.modifyRule(Consumer<ModifyRuleRequest.Builder> modifyRuleRequest)
Modifies the specified rule.
|
default ModifyRuleResponse |
ElasticLoadBalancingV2Client.modifyRule(ModifyRuleRequest modifyRuleRequest)
Modifies the specified rule.
|
default RegisterTargetsResponse |
ElasticLoadBalancingV2Client.registerTargets(Consumer<RegisterTargetsRequest.Builder> registerTargetsRequest)
Registers the specified targets with the specified target group.
|
default RegisterTargetsResponse |
ElasticLoadBalancingV2Client.registerTargets(RegisterTargetsRequest registerTargetsRequest)
Registers the specified targets with the specified target group.
|
Copyright © 2019. All rights reserved.