| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointGroup |
EndpointGroup.clone() |
EndpointGroup |
UpdateEndpointGroupResult.getEndpointGroup()
The information about the endpoint group that was updated.
|
EndpointGroup |
DescribeEndpointGroupResult.getEndpointGroup()
The description of an endpoint group.
|
EndpointGroup |
CreateEndpointGroupResult.getEndpointGroup()
The information about the endpoint group that was created.
|
EndpointGroup |
EndpointGroup.withEndpointDescriptions(Collection<EndpointDescription> endpointDescriptions)
The list of endpoint objects.
|
EndpointGroup |
EndpointGroup.withEndpointDescriptions(EndpointDescription... endpointDescriptions)
The list of endpoint objects.
|
EndpointGroup |
EndpointGroup.withEndpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
|
EndpointGroup |
EndpointGroup.withEndpointGroupRegion(String endpointGroupRegion)
The Amazon Web Services Region where the endpoint group is located.
|
EndpointGroup |
EndpointGroup.withHealthCheckIntervalSeconds(Integer healthCheckIntervalSeconds)
The time—10 seconds or 30 seconds—between health checks for each endpoint.
|
EndpointGroup |
EndpointGroup.withHealthCheckPath(String healthCheckPath)
If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the
destination on the endpoints for health checks.
|
EndpointGroup |
EndpointGroup.withHealthCheckPort(Integer healthCheckPort)
The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
|
EndpointGroup |
EndpointGroup.withHealthCheckProtocol(HealthCheckProtocol healthCheckProtocol)
The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint
group.
|
EndpointGroup |
EndpointGroup.withHealthCheckProtocol(String healthCheckProtocol)
The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint
group.
|
EndpointGroup |
EndpointGroup.withPortOverrides(Collection<PortOverride> portOverrides)
Allows you to override the destination ports used to route traffic to an endpoint.
|
EndpointGroup |
EndpointGroup.withPortOverrides(PortOverride... portOverrides)
Allows you to override the destination ports used to route traffic to an endpoint.
|
EndpointGroup |
EndpointGroup.withThresholdCount(Integer thresholdCount)
The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set
an unhealthy endpoint to healthy.
|
EndpointGroup |
EndpointGroup.withTrafficDialPercentage(Float trafficDialPercentage)
The percentage of traffic to send to an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointGroup> |
ListEndpointGroupsResult.getEndpointGroups()
The list of the endpoint groups associated with a listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEndpointGroupResult.setEndpointGroup(EndpointGroup endpointGroup)
The information about the endpoint group that was updated.
|
void |
DescribeEndpointGroupResult.setEndpointGroup(EndpointGroup endpointGroup)
The description of an endpoint group.
|
void |
CreateEndpointGroupResult.setEndpointGroup(EndpointGroup endpointGroup)
The information about the endpoint group that was created.
|
UpdateEndpointGroupResult |
UpdateEndpointGroupResult.withEndpointGroup(EndpointGroup endpointGroup)
The information about the endpoint group that was updated.
|
DescribeEndpointGroupResult |
DescribeEndpointGroupResult.withEndpointGroup(EndpointGroup endpointGroup)
The description of an endpoint group.
|
CreateEndpointGroupResult |
CreateEndpointGroupResult.withEndpointGroup(EndpointGroup endpointGroup)
The information about the endpoint group that was created.
|
ListEndpointGroupsResult |
ListEndpointGroupsResult.withEndpointGroups(EndpointGroup... endpointGroups)
The list of the endpoint groups associated with a listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEndpointGroupsResult.setEndpointGroups(Collection<EndpointGroup> endpointGroups)
The list of the endpoint groups associated with a listener.
|
ListEndpointGroupsResult |
ListEndpointGroupsResult.withEndpointGroups(Collection<EndpointGroup> endpointGroups)
The list of the endpoint groups associated with a listener.
|
Copyright © 2024. All rights reserved.