| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2 |
|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
ModifyListenerResult |
AmazonElasticLoadBalancingClient.modifyListener(ModifyListenerRequest request)
Replaces the specified properties of the specified listener.
|
ModifyListenerResult |
AmazonElasticLoadBalancing.modifyListener(ModifyListenerRequest modifyListenerRequest)
Replaces the specified properties of the specified listener.
|
ModifyListenerResult |
AbstractAmazonElasticLoadBalancing.modifyListener(ModifyListenerRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ModifyListenerResult> |
AmazonElasticLoadBalancingAsyncClient.modifyListenerAsync(ModifyListenerRequest request,
AsyncHandler<ModifyListenerRequest,ModifyListenerResult> asyncHandler) |
Future<ModifyListenerResult> |
AmazonElasticLoadBalancingAsync.modifyListenerAsync(ModifyListenerRequest modifyListenerRequest,
AsyncHandler<ModifyListenerRequest,ModifyListenerResult> asyncHandler)
Replaces the specified properties of the specified listener.
|
Future<ModifyListenerResult> |
AbstractAmazonElasticLoadBalancingAsync.modifyListenerAsync(ModifyListenerRequest request,
AsyncHandler<ModifyListenerRequest,ModifyListenerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ModifyListenerResult |
ModifyListenerResult.clone() |
ModifyListenerResult |
ModifyListenerResult.withListeners(Collection<Listener> listeners)
Information about the modified listener.
|
ModifyListenerResult |
ModifyListenerResult.withListeners(Listener... listeners)
Information about the modified listener.
|
Copyright © 2023. All rights reserved.