| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator |
|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateListenerResponse |
GlobalAcceleratorClient.createListener(Consumer<CreateListenerRequest.Builder> createListenerRequest)
Create a listener to process inbound connections from clients to an accelerator.
|
default CompletableFuture<CreateListenerResponse> |
GlobalAcceleratorAsyncClient.createListener(Consumer<CreateListenerRequest.Builder> createListenerRequest)
Create a listener to process inbound connections from clients to an accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.acceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of your accelerator.
|
static CreateListenerRequest.Builder |
CreateListenerRequest.builder() |
CreateListenerRequest.Builder |
CreateListenerRequest.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.
|
CreateListenerRequest.Builder |
CreateListenerRequest.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.
|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.idempotencyToken(String idempotencyToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the
request.
|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.portRanges(Collection<PortRange> portRanges)
The list of port ranges to support for connections from clients to your accelerator.
|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.portRanges(Consumer<PortRange.Builder>... portRanges)
The list of port ranges to support for connections from clients to your accelerator.
|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.portRanges(PortRange... portRanges)
The list of port ranges to support for connections from clients to your accelerator.
|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.protocol(Protocol protocol)
The protocol for connections from clients to your accelerator.
|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.protocol(String protocol)
The protocol for connections from clients to your accelerator.
|
CreateListenerRequest.Builder |
CreateListenerRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateListenerRequest.Builder> |
CreateListenerRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.