| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator |
|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateListenerResponse |
GlobalAcceleratorClient.updateListener(Consumer<UpdateListenerRequest.Builder> updateListenerRequest)
Update a listener.
|
default CompletableFuture<UpdateListenerResponse> |
GlobalAcceleratorAsyncClient.updateListener(Consumer<UpdateListenerRequest.Builder> updateListenerRequest)
Update a listener.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateListenerRequest.Builder |
UpdateListenerRequest.builder() |
UpdateListenerRequest.Builder |
UpdateListenerRequest.Builder.clientAffinity(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.Builder |
UpdateListenerRequest.Builder.clientAffinity(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.Builder |
UpdateListenerRequest.Builder.listenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener to update.
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateListenerRequest.Builder |
UpdateListenerRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateListenerRequest.Builder |
UpdateListenerRequest.Builder.portRanges(Collection<PortRange> portRanges)
The updated list of port ranges for the connections from clients to the accelerator.
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.Builder.portRanges(Consumer<PortRange.Builder>... portRanges)
The updated list of port ranges for the connections from clients to the accelerator.
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.Builder.portRanges(PortRange... portRanges)
The updated list of port ranges for the connections from clients to the accelerator.
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.Builder.protocol(Protocol protocol)
The updated protocol for the connections from clients to the accelerator.
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.Builder.protocol(String protocol)
The updated protocol for the connections from clients to the accelerator.
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateListenerRequest.Builder> |
UpdateListenerRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.