| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator |
|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateListenerResult> |
AbstractAWSGlobalAcceleratorAsync.updateListenerAsync(UpdateListenerRequest request,
AsyncHandler<UpdateListenerRequest,UpdateListenerResult> asyncHandler) |
Future<UpdateListenerResult> |
AWSGlobalAcceleratorAsync.updateListenerAsync(UpdateListenerRequest updateListenerRequest,
AsyncHandler<UpdateListenerRequest,UpdateListenerResult> asyncHandler)
Update a listener.
|
Future<UpdateListenerResult> |
AWSGlobalAcceleratorAsyncClient.updateListenerAsync(UpdateListenerRequest request,
AsyncHandler<UpdateListenerRequest,UpdateListenerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateListenerRequest |
UpdateListenerRequest.clone() |
UpdateListenerRequest |
UpdateListenerRequest.withClientAffinity(ClientAffinity clientAffinity)
Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications,
regardless of the port and protocol of the client request.
|
UpdateListenerRequest |
UpdateListenerRequest.withClientAffinity(String clientAffinity)
Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications,
regardless of the port and protocol of the client request.
|
UpdateListenerRequest |
UpdateListenerRequest.withListenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener to update.
|
UpdateListenerRequest |
UpdateListenerRequest.withPortRanges(Collection<PortRange> portRanges)
The updated list of port ranges for the connections from clients to the accelerator.
|
UpdateListenerRequest |
UpdateListenerRequest.withPortRanges(PortRange... portRanges)
The updated list of port ranges for the connections from clients to the accelerator.
|
UpdateListenerRequest |
UpdateListenerRequest.withProtocol(Protocol protocol)
The updated protocol for the connections from clients to the accelerator.
|
UpdateListenerRequest |
UpdateListenerRequest.withProtocol(String protocol)
The updated protocol for the connections from clients to the accelerator.
|
Copyright © 2024. All rights reserved.