| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
CustomRoutingDestinationDescription |
CustomRoutingDestinationDescription.clone() |
CustomRoutingDestinationDescription |
CustomRoutingDestinationDescription.withFromPort(Integer fromPort)
The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing
accelerator.
|
CustomRoutingDestinationDescription |
CustomRoutingDestinationDescription.withProtocols(Collection<String> protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
CustomRoutingDestinationDescription |
CustomRoutingDestinationDescription.withProtocols(Protocol... protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
CustomRoutingDestinationDescription |
CustomRoutingDestinationDescription.withProtocols(String... protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
CustomRoutingDestinationDescription |
CustomRoutingDestinationDescription.withToPort(Integer toPort)
The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing
accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomRoutingDestinationDescription> |
CustomRoutingEndpointGroup.getDestinationDescriptions()
For a custom routing accelerator, describes the port range and protocol for all endpoints (virtual private cloud
subnets) in an endpoint group to accept client traffic on.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRoutingEndpointGroup |
CustomRoutingEndpointGroup.withDestinationDescriptions(CustomRoutingDestinationDescription... destinationDescriptions)
For a custom routing accelerator, describes the port range and protocol for all endpoints (virtual private cloud
subnets) in an endpoint group to accept client traffic on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomRoutingEndpointGroup.setDestinationDescriptions(Collection<CustomRoutingDestinationDescription> destinationDescriptions)
For a custom routing accelerator, describes the port range and protocol for all endpoints (virtual private cloud
subnets) in an endpoint group to accept client traffic on.
|
CustomRoutingEndpointGroup |
CustomRoutingEndpointGroup.withDestinationDescriptions(Collection<CustomRoutingDestinationDescription> destinationDescriptions)
For a custom routing accelerator, describes the port range and protocol for all endpoints (virtual private cloud
subnets) in an endpoint group to accept client traffic on.
|
Copyright © 2023. All rights reserved.