| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
CustomRoutingEndpointGroup |
CustomRoutingEndpointGroup.clone() |
CustomRoutingEndpointGroup |
DescribeCustomRoutingEndpointGroupResult.getEndpointGroup()
The description of an endpoint group for a custom routing accelerator.
|
CustomRoutingEndpointGroup |
CreateCustomRoutingEndpointGroupResult.getEndpointGroup()
The information about the endpoint group created for a custom routing accelerator.
|
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.
|
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.
|
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.
|
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.
|
CustomRoutingEndpointGroup |
CustomRoutingEndpointGroup.withEndpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
|
CustomRoutingEndpointGroup |
CustomRoutingEndpointGroup.withEndpointGroupRegion(String endpointGroupRegion)
The Amazon Web Services Region where the endpoint group is located.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomRoutingEndpointGroup> |
ListCustomRoutingEndpointGroupsResult.getEndpointGroups()
The list of the endpoint groups associated with a listener for a custom routing accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCustomRoutingEndpointGroupResult.setEndpointGroup(CustomRoutingEndpointGroup endpointGroup)
The description of an endpoint group for a custom routing accelerator.
|
void |
CreateCustomRoutingEndpointGroupResult.setEndpointGroup(CustomRoutingEndpointGroup endpointGroup)
The information about the endpoint group created for a custom routing accelerator.
|
DescribeCustomRoutingEndpointGroupResult |
DescribeCustomRoutingEndpointGroupResult.withEndpointGroup(CustomRoutingEndpointGroup endpointGroup)
The description of an endpoint group for a custom routing accelerator.
|
CreateCustomRoutingEndpointGroupResult |
CreateCustomRoutingEndpointGroupResult.withEndpointGroup(CustomRoutingEndpointGroup endpointGroup)
The information about the endpoint group created for a custom routing accelerator.
|
ListCustomRoutingEndpointGroupsResult |
ListCustomRoutingEndpointGroupsResult.withEndpointGroups(CustomRoutingEndpointGroup... endpointGroups)
The list of the endpoint groups associated with a listener for a custom routing accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCustomRoutingEndpointGroupsResult.setEndpointGroups(Collection<CustomRoutingEndpointGroup> endpointGroups)
The list of the endpoint groups associated with a listener for a custom routing accelerator.
|
ListCustomRoutingEndpointGroupsResult |
ListCustomRoutingEndpointGroupsResult.withEndpointGroups(Collection<CustomRoutingEndpointGroup> endpointGroups)
The list of the endpoint groups associated with a listener for a custom routing accelerator.
|
Copyright © 2024. All rights reserved.