| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator |
|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AddEndpointsResult> |
AWSGlobalAcceleratorAsyncClient.addEndpointsAsync(AddEndpointsRequest request,
AsyncHandler<AddEndpointsRequest,AddEndpointsResult> asyncHandler) |
Future<AddEndpointsResult> |
AbstractAWSGlobalAcceleratorAsync.addEndpointsAsync(AddEndpointsRequest request,
AsyncHandler<AddEndpointsRequest,AddEndpointsResult> asyncHandler) |
Future<AddEndpointsResult> |
AWSGlobalAcceleratorAsync.addEndpointsAsync(AddEndpointsRequest addEndpointsRequest,
AsyncHandler<AddEndpointsRequest,AddEndpointsResult> asyncHandler)
Add endpoints to an endpoint group.
|
| Modifier and Type | Method and Description |
|---|---|
AddEndpointsRequest |
AddEndpointsRequest.clone() |
AddEndpointsRequest |
AddEndpointsRequest.withEndpointConfigurations(Collection<EndpointConfiguration> endpointConfigurations)
The list of endpoint objects.
|
AddEndpointsRequest |
AddEndpointsRequest.withEndpointConfigurations(EndpointConfiguration... endpointConfigurations)
The list of endpoint objects.
|
AddEndpointsRequest |
AddEndpointsRequest.withEndpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
|
Copyright © 2023. All rights reserved.