| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancingv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteRuleResponse |
ElasticLoadBalancingV2Client.deleteRule(Consumer<DeleteRuleRequest.Builder> deleteRuleRequest)
Deletes the specified rule.
|
default DeleteRuleResponse |
ElasticLoadBalancingV2Client.deleteRule(DeleteRuleRequest deleteRuleRequest)
Deletes the specified rule.
|
default DescribeRulesResponse |
ElasticLoadBalancingV2Client.describeRules(Consumer<DescribeRulesRequest.Builder> describeRulesRequest)
Describes the specified rules or the rules for the specified listener.
|
default DescribeRulesResponse |
ElasticLoadBalancingV2Client.describeRules(DescribeRulesRequest describeRulesRequest)
Describes the specified rules or the rules for the specified listener.
|
default DescribeTagsResponse |
ElasticLoadBalancingV2Client.describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
Describes the tags for the specified resources.
|
default DescribeTagsResponse |
ElasticLoadBalancingV2Client.describeTags(DescribeTagsRequest describeTagsRequest)
Describes the tags for the specified resources.
|
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 RemoveTagsResponse |
ElasticLoadBalancingV2Client.removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)
Removes the specified tags from the specified Elastic Load Balancing resource.
|
default RemoveTagsResponse |
ElasticLoadBalancingV2Client.removeTags(RemoveTagsRequest removeTagsRequest)
Removes the specified tags from the specified Elastic Load Balancing resource.
|
default SetRulePrioritiesResponse |
ElasticLoadBalancingV2Client.setRulePriorities(Consumer<SetRulePrioritiesRequest.Builder> setRulePrioritiesRequest)
Sets the priorities of the specified rules.
|
default SetRulePrioritiesResponse |
ElasticLoadBalancingV2Client.setRulePriorities(SetRulePrioritiesRequest setRulePrioritiesRequest)
Sets the priorities of the specified rules.
|
Copyright © 2020. All rights reserved.