| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator |
|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AddCustomRoutingEndpointsResult> |
AWSGlobalAcceleratorAsyncClient.addCustomRoutingEndpointsAsync(AddCustomRoutingEndpointsRequest request,
AsyncHandler<AddCustomRoutingEndpointsRequest,AddCustomRoutingEndpointsResult> asyncHandler) |
Future<AddCustomRoutingEndpointsResult> |
AWSGlobalAcceleratorAsync.addCustomRoutingEndpointsAsync(AddCustomRoutingEndpointsRequest addCustomRoutingEndpointsRequest,
AsyncHandler<AddCustomRoutingEndpointsRequest,AddCustomRoutingEndpointsResult> asyncHandler)
Associate a virtual private cloud (VPC) subnet endpoint with your custom routing accelerator.
|
Future<AddCustomRoutingEndpointsResult> |
AbstractAWSGlobalAcceleratorAsync.addCustomRoutingEndpointsAsync(AddCustomRoutingEndpointsRequest request,
AsyncHandler<AddCustomRoutingEndpointsRequest,AddCustomRoutingEndpointsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AddCustomRoutingEndpointsRequest |
AddCustomRoutingEndpointsRequest.clone() |
AddCustomRoutingEndpointsRequest |
AddCustomRoutingEndpointsRequest.withEndpointConfigurations(Collection<CustomRoutingEndpointConfiguration> endpointConfigurations)
The list of endpoint objects to add to a custom routing accelerator.
|
AddCustomRoutingEndpointsRequest |
AddCustomRoutingEndpointsRequest.withEndpointConfigurations(CustomRoutingEndpointConfiguration... endpointConfigurations)
The list of endpoint objects to add to a custom routing accelerator.
|
AddCustomRoutingEndpointsRequest |
AddCustomRoutingEndpointsRequest.withEndpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.
|
Copyright © 2023. All rights reserved.