| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointDescription |
EndpointDescription.clone() |
EndpointDescription |
EndpointDescription.withClientIPPreservationEnabled(Boolean clientIPPreservationEnabled)
Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint.
|
EndpointDescription |
EndpointDescription.withEndpointId(String endpointId)
An ID for the endpoint.
|
EndpointDescription |
EndpointDescription.withHealthReason(String healthReason)
Returns a null result.
|
EndpointDescription |
EndpointDescription.withHealthState(HealthState healthState)
The health status of the endpoint.
|
EndpointDescription |
EndpointDescription.withHealthState(String healthState)
The health status of the endpoint.
|
EndpointDescription |
EndpointDescription.withWeight(Integer weight)
The weight associated with the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointDescription> |
EndpointGroup.getEndpointDescriptions()
The list of endpoint objects.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointGroup |
EndpointGroup.withEndpointDescriptions(EndpointDescription... endpointDescriptions)
The list of endpoint objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointGroup.setEndpointDescriptions(Collection<EndpointDescription> endpointDescriptions)
The list of endpoint objects.
|
EndpointGroup |
EndpointGroup.withEndpointDescriptions(Collection<EndpointDescription> endpointDescriptions)
The list of endpoint objects.
|
Copyright © 2022. All rights reserved.