default CreateListenerResponse |
ElasticLoadBalancingV2Client.createListener(Consumer<CreateListenerRequest.Builder> createListenerRequest) |
Creates a listener for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.
|
default CreateListenerResponse |
ElasticLoadBalancingV2Client.createListener(CreateListenerRequest createListenerRequest) |
Creates a listener for the specified Application Load Balancer, Network Load Balancer, or Gateway 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) |
Replaces the specified properties of the specified listener.
|
default ModifyListenerResponse |
ElasticLoadBalancingV2Client.modifyListener(ModifyListenerRequest modifyListenerRequest) |
Replaces the specified properties of the specified listener.
|
default ModifyRuleResponse |
ElasticLoadBalancingV2Client.modifyRule(Consumer<ModifyRuleRequest.Builder> modifyRuleRequest) |
Replaces the specified properties of the specified rule.
|
default ModifyRuleResponse |
ElasticLoadBalancingV2Client.modifyRule(ModifyRuleRequest modifyRuleRequest) |
Replaces the specified properties of 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.
|