| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointConfiguration |
EndpointConfiguration.clone() |
EndpointConfiguration |
EndpointConfiguration.withAttachmentArn(String attachmentArn)
The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources) that can
be added to accelerators and principals that have permission to add the endpoints.
|
EndpointConfiguration |
EndpointConfiguration.withClientIPPreservationEnabled(Boolean clientIPPreservationEnabled)
Indicates whether client IP address preservation is enabled for an endpoint.
|
EndpointConfiguration |
EndpointConfiguration.withEndpointId(String endpointId)
An ID for the endpoint.
|
EndpointConfiguration |
EndpointConfiguration.withWeight(Integer weight)
The weight associated with the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointConfiguration> |
UpdateEndpointGroupRequest.getEndpointConfigurations()
The list of endpoint objects.
|
List<EndpointConfiguration> |
CreateEndpointGroupRequest.getEndpointConfigurations()
The list of endpoint objects.
|
List<EndpointConfiguration> |
AddEndpointsRequest.getEndpointConfigurations()
The list of endpoint objects.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointGroupRequest |
UpdateEndpointGroupRequest.withEndpointConfigurations(EndpointConfiguration... endpointConfigurations)
The list of endpoint objects.
|
CreateEndpointGroupRequest |
CreateEndpointGroupRequest.withEndpointConfigurations(EndpointConfiguration... endpointConfigurations)
The list of endpoint objects.
|
AddEndpointsRequest |
AddEndpointsRequest.withEndpointConfigurations(EndpointConfiguration... endpointConfigurations)
The list of endpoint objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEndpointGroupRequest.setEndpointConfigurations(Collection<EndpointConfiguration> endpointConfigurations)
The list of endpoint objects.
|
void |
CreateEndpointGroupRequest.setEndpointConfigurations(Collection<EndpointConfiguration> endpointConfigurations)
The list of endpoint objects.
|
void |
AddEndpointsRequest.setEndpointConfigurations(Collection<EndpointConfiguration> endpointConfigurations)
The list of endpoint objects.
|
UpdateEndpointGroupRequest |
UpdateEndpointGroupRequest.withEndpointConfigurations(Collection<EndpointConfiguration> endpointConfigurations)
The list of endpoint objects.
|
CreateEndpointGroupRequest |
CreateEndpointGroupRequest.withEndpointConfigurations(Collection<EndpointConfiguration> endpointConfigurations)
The list of endpoint objects.
|
AddEndpointsRequest |
AddEndpointsRequest.withEndpointConfigurations(Collection<EndpointConfiguration> endpointConfigurations)
The list of endpoint objects.
|
Copyright © 2025. All rights reserved.