| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
CustomRoutingEndpointGroup |
CreateCustomRoutingEndpointGroupResponse.endpointGroup()
The information about the endpoint group created for a custom routing accelerator.
|
CustomRoutingEndpointGroup |
DescribeCustomRoutingEndpointGroupResponse.endpointGroup()
The description of an endpoint group for a custom routing accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomRoutingEndpointGroup> |
ListCustomRoutingEndpointGroupsResponse.endpointGroups()
The list of the endpoint groups associated with a listener for a custom routing accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCustomRoutingEndpointGroupResponse.Builder |
CreateCustomRoutingEndpointGroupResponse.Builder.endpointGroup(CustomRoutingEndpointGroup endpointGroup)
The information about the endpoint group created for a custom routing accelerator.
|
DescribeCustomRoutingEndpointGroupResponse.Builder |
DescribeCustomRoutingEndpointGroupResponse.Builder.endpointGroup(CustomRoutingEndpointGroup endpointGroup)
The description of an endpoint group for a custom routing accelerator.
|
ListCustomRoutingEndpointGroupsResponse.Builder |
ListCustomRoutingEndpointGroupsResponse.Builder.endpointGroups(CustomRoutingEndpointGroup... endpointGroups)
The list of the endpoint groups associated with a listener for a custom routing accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomRoutingEndpointGroupsResponse.Builder |
ListCustomRoutingEndpointGroupsResponse.Builder.endpointGroups(Collection<CustomRoutingEndpointGroup> endpointGroups)
The list of the endpoint groups associated with a listener for a custom routing accelerator.
|
Copyright © 2022. All rights reserved.