| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
List<CustomRoutingEndpointDescription> |
CustomRoutingEndpointGroup.endpointDescriptions()
For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an endpoint group to
accept client traffic on.
|
List<CustomRoutingEndpointDescription> |
AddCustomRoutingEndpointsResponse.endpointDescriptions()
The endpoint objects added to the custom routing accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRoutingEndpointGroup.Builder |
CustomRoutingEndpointGroup.Builder.endpointDescriptions(CustomRoutingEndpointDescription... endpointDescriptions)
For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an endpoint
group to accept client traffic on.
|
AddCustomRoutingEndpointsResponse.Builder |
AddCustomRoutingEndpointsResponse.Builder.endpointDescriptions(CustomRoutingEndpointDescription... endpointDescriptions)
The endpoint objects added to the custom routing accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRoutingEndpointGroup.Builder |
CustomRoutingEndpointGroup.Builder.endpointDescriptions(Collection<CustomRoutingEndpointDescription> endpointDescriptions)
For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an endpoint
group to accept client traffic on.
|
AddCustomRoutingEndpointsResponse.Builder |
AddCustomRoutingEndpointsResponse.Builder.endpointDescriptions(Collection<CustomRoutingEndpointDescription> endpointDescriptions)
The endpoint objects added to the custom routing accelerator.
|
Copyright © 2023. All rights reserved.