| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
CustomRoutingDestinationConfiguration |
CustomRoutingDestinationConfiguration.clone() |
CustomRoutingDestinationConfiguration |
CustomRoutingDestinationConfiguration.withFromPort(Integer fromPort)
The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing
accelerator.
|
CustomRoutingDestinationConfiguration |
CustomRoutingDestinationConfiguration.withProtocols(Collection<String> protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
CustomRoutingDestinationConfiguration |
CustomRoutingDestinationConfiguration.withProtocols(CustomRoutingProtocol... protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
CustomRoutingDestinationConfiguration |
CustomRoutingDestinationConfiguration.withProtocols(String... protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
CustomRoutingDestinationConfiguration |
CustomRoutingDestinationConfiguration.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<CustomRoutingDestinationConfiguration> |
CreateCustomRoutingEndpointGroupRequest.getDestinationConfigurations()
Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing endpoint
group to accept client traffic on.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCustomRoutingEndpointGroupRequest |
CreateCustomRoutingEndpointGroupRequest.withDestinationConfigurations(CustomRoutingDestinationConfiguration... destinationConfigurations)
Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing endpoint
group to accept client traffic on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCustomRoutingEndpointGroupRequest.setDestinationConfigurations(Collection<CustomRoutingDestinationConfiguration> destinationConfigurations)
Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing endpoint
group to accept client traffic on.
|
CreateCustomRoutingEndpointGroupRequest |
CreateCustomRoutingEndpointGroupRequest.withDestinationConfigurations(Collection<CustomRoutingDestinationConfiguration> destinationConfigurations)
Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing endpoint
group to accept client traffic on.
|
Copyright © 2024. All rights reserved.