| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator |
|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
CreateListenerResult |
AWSGlobalAcceleratorClient.createListener(CreateListenerRequest request)
Create a listener to process inbound connections from clients to an accelerator.
|
CreateListenerResult |
AWSGlobalAccelerator.createListener(CreateListenerRequest createListenerRequest)
Create a listener to process inbound connections from clients to an accelerator.
|
CreateListenerResult |
AbstractAWSGlobalAccelerator.createListener(CreateListenerRequest request) |
Future<CreateListenerResult> |
AbstractAWSGlobalAcceleratorAsync.createListenerAsync(CreateListenerRequest request) |
Future<CreateListenerResult> |
AWSGlobalAcceleratorAsync.createListenerAsync(CreateListenerRequest createListenerRequest)
Create a listener to process inbound connections from clients to an accelerator.
|
Future<CreateListenerResult> |
AWSGlobalAcceleratorAsyncClient.createListenerAsync(CreateListenerRequest request) |
Future<CreateListenerResult> |
AbstractAWSGlobalAcceleratorAsync.createListenerAsync(CreateListenerRequest request,
AsyncHandler<CreateListenerRequest,CreateListenerResult> asyncHandler) |
Future<CreateListenerResult> |
AWSGlobalAcceleratorAsync.createListenerAsync(CreateListenerRequest createListenerRequest,
AsyncHandler<CreateListenerRequest,CreateListenerResult> asyncHandler)
Create a listener to process inbound connections from clients to an accelerator.
|
Future<CreateListenerResult> |
AWSGlobalAcceleratorAsyncClient.createListenerAsync(CreateListenerRequest request,
AsyncHandler<CreateListenerRequest,CreateListenerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateListenerResult> |
AbstractAWSGlobalAcceleratorAsync.createListenerAsync(CreateListenerRequest request,
AsyncHandler<CreateListenerRequest,CreateListenerResult> asyncHandler) |
Future<CreateListenerResult> |
AWSGlobalAcceleratorAsync.createListenerAsync(CreateListenerRequest createListenerRequest,
AsyncHandler<CreateListenerRequest,CreateListenerResult> asyncHandler)
Create a listener to process inbound connections from clients to an accelerator.
|
Future<CreateListenerResult> |
AWSGlobalAcceleratorAsyncClient.createListenerAsync(CreateListenerRequest request,
AsyncHandler<CreateListenerRequest,CreateListenerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateListenerRequest |
CreateListenerRequest.clone() |
CreateListenerRequest |
CreateListenerRequest.withAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of your accelerator.
|
CreateListenerRequest |
CreateListenerRequest.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.
|
CreateListenerRequest |
CreateListenerRequest.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.
|
CreateListenerRequest |
CreateListenerRequest.withIdempotencyToken(String idempotencyToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the
request.
|
CreateListenerRequest |
CreateListenerRequest.withPortRanges(Collection<PortRange> portRanges)
The list of port ranges to support for connections from clients to your accelerator.
|
CreateListenerRequest |
CreateListenerRequest.withPortRanges(PortRange... portRanges)
The list of port ranges to support for connections from clients to your accelerator.
|
CreateListenerRequest |
CreateListenerRequest.withProtocol(Protocol protocol)
The protocol for connections from clients to your accelerator.
|
CreateListenerRequest |
CreateListenerRequest.withProtocol(String protocol)
The protocol for connections from clients to your accelerator.
|
Copyright © 2024. All rights reserved.