| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
CustomRoutingEndpointDescription |
CustomRoutingEndpointDescription.clone() |
CustomRoutingEndpointDescription |
CustomRoutingEndpointDescription.withEndpointId(String endpointId)
An ID for the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomRoutingEndpointDescription> |
CustomRoutingEndpointGroup.getEndpointDescriptions()
For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an endpoint group to
accept client traffic on.
|
List<CustomRoutingEndpointDescription> |
AddCustomRoutingEndpointsResult.getEndpointDescriptions()
The endpoint objects added to the custom routing accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRoutingEndpointGroup |
CustomRoutingEndpointGroup.withEndpointDescriptions(CustomRoutingEndpointDescription... endpointDescriptions)
For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an endpoint group to
accept client traffic on.
|
AddCustomRoutingEndpointsResult |
AddCustomRoutingEndpointsResult.withEndpointDescriptions(CustomRoutingEndpointDescription... endpointDescriptions)
The endpoint objects added to the custom routing accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomRoutingEndpointGroup.setEndpointDescriptions(Collection<CustomRoutingEndpointDescription> endpointDescriptions)
For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an endpoint group to
accept client traffic on.
|
void |
AddCustomRoutingEndpointsResult.setEndpointDescriptions(Collection<CustomRoutingEndpointDescription> endpointDescriptions)
The endpoint objects added to the custom routing accelerator.
|
CustomRoutingEndpointGroup |
CustomRoutingEndpointGroup.withEndpointDescriptions(Collection<CustomRoutingEndpointDescription> endpointDescriptions)
For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an endpoint group to
accept client traffic on.
|
AddCustomRoutingEndpointsResult |
AddCustomRoutingEndpointsResult.withEndpointDescriptions(Collection<CustomRoutingEndpointDescription> endpointDescriptions)
The endpoint objects added to the custom routing accelerator.
|
Copyright © 2023. All rights reserved.