| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancingv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default AddTagsResponse |
ElasticLoadBalancingV2Client.addTags(AddTagsRequest addTagsRequest)
Adds the specified tags to the specified Elastic Load Balancing resource.
|
default AddTagsResponse |
ElasticLoadBalancingV2Client.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)
Adds the specified tags to the specified Elastic Load Balancing resource.
|
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 DeregisterTargetsResponse |
ElasticLoadBalancingV2Client.deregisterTargets(Consumer<DeregisterTargetsRequest.Builder> deregisterTargetsRequest)
Deregisters the specified targets from the specified target group.
|
default DeregisterTargetsResponse |
ElasticLoadBalancingV2Client.deregisterTargets(DeregisterTargetsRequest deregisterTargetsRequest)
Deregisters the specified targets from the specified target group.
|
default DescribeTagsResponse |
ElasticLoadBalancingV2Client.describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
Describes the tags for the specified Elastic Load Balancing resources.
|
default DescribeTagsResponse |
ElasticLoadBalancingV2Client.describeTags(DescribeTagsRequest describeTagsRequest)
Describes the tags for the specified Elastic Load Balancing resources.
|
default DescribeTargetGroupAttributesResponse |
ElasticLoadBalancingV2Client.describeTargetGroupAttributes(Consumer<DescribeTargetGroupAttributesRequest.Builder> describeTargetGroupAttributesRequest)
Describes the attributes for the specified target group.
|
default DescribeTargetGroupAttributesResponse |
ElasticLoadBalancingV2Client.describeTargetGroupAttributes(DescribeTargetGroupAttributesRequest describeTargetGroupAttributesRequest)
Describes the attributes for the specified target group.
|
default DescribeTargetGroupsResponse |
ElasticLoadBalancingV2Client.describeTargetGroups()
Describes the specified target groups or all of your target groups.
|
default DescribeTargetGroupsResponse |
ElasticLoadBalancingV2Client.describeTargetGroups(Consumer<DescribeTargetGroupsRequest.Builder> describeTargetGroupsRequest)
Describes the specified target groups or all of your target groups.
|
default DescribeTargetGroupsResponse |
ElasticLoadBalancingV2Client.describeTargetGroups(DescribeTargetGroupsRequest describeTargetGroupsRequest)
Describes the specified target groups or all of your target groups.
|
default DescribeTargetGroupsIterable |
ElasticLoadBalancingV2Client.describeTargetGroupsPaginator()
Describes the specified target groups or all of your target groups.
|
default DescribeTargetGroupsIterable |
ElasticLoadBalancingV2Client.describeTargetGroupsPaginator(Consumer<DescribeTargetGroupsRequest.Builder> describeTargetGroupsRequest)
Describes the specified target groups or all of your target groups.
|
default DescribeTargetGroupsIterable |
ElasticLoadBalancingV2Client.describeTargetGroupsPaginator(DescribeTargetGroupsRequest describeTargetGroupsRequest)
Describes the specified target groups or all of your target groups.
|
default DescribeTargetHealthResponse |
ElasticLoadBalancingV2Client.describeTargetHealth(Consumer<DescribeTargetHealthRequest.Builder> describeTargetHealthRequest)
Describes the health of the specified targets or all of your targets.
|
default DescribeTargetHealthResponse |
ElasticLoadBalancingV2Client.describeTargetHealth(DescribeTargetHealthRequest describeTargetHealthRequest)
Describes the health of the specified targets or all of your targets.
|
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 ModifyTargetGroupResponse |
ElasticLoadBalancingV2Client.modifyTargetGroup(Consumer<ModifyTargetGroupRequest.Builder> modifyTargetGroupRequest)
Modifies the health checks used when evaluating the health state of the targets in the specified target group.
|
default ModifyTargetGroupResponse |
ElasticLoadBalancingV2Client.modifyTargetGroup(ModifyTargetGroupRequest modifyTargetGroupRequest)
Modifies the health checks used when evaluating the health state of the targets in the specified target group.
|
default ModifyTargetGroupAttributesResponse |
ElasticLoadBalancingV2Client.modifyTargetGroupAttributes(Consumer<ModifyTargetGroupAttributesRequest.Builder> modifyTargetGroupAttributesRequest)
Modifies the specified attributes of the specified target group.
|
default ModifyTargetGroupAttributesResponse |
ElasticLoadBalancingV2Client.modifyTargetGroupAttributes(ModifyTargetGroupAttributesRequest modifyTargetGroupAttributesRequest)
Modifies the specified attributes of the specified target group.
|
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.
|
default RemoveTagsResponse |
ElasticLoadBalancingV2Client.removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)
Removes the specified tags from the specified Elastic Load Balancing resources.
|
default RemoveTagsResponse |
ElasticLoadBalancingV2Client.removeTags(RemoveTagsRequest removeTagsRequest)
Removes the specified tags from the specified Elastic Load Balancing resources.
|
Copyright © 2022. All rights reserved.