| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointIdentifier |
EndpointIdentifier.clone() |
EndpointIdentifier |
EndpointIdentifier.withClientIPPreservationEnabled(Boolean clientIPPreservationEnabled)
Indicates whether client IP address preservation is enabled for an endpoint.
|
EndpointIdentifier |
EndpointIdentifier.withEndpointId(String endpointId)
An ID for the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointIdentifier> |
RemoveEndpointsRequest.getEndpointIdentifiers()
The identifiers of the endpoints that you want to remove.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveEndpointsRequest |
RemoveEndpointsRequest.withEndpointIdentifiers(EndpointIdentifier... endpointIdentifiers)
The identifiers of the endpoints that you want to remove.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoveEndpointsRequest.setEndpointIdentifiers(Collection<EndpointIdentifier> endpointIdentifiers)
The identifiers of the endpoints that you want to remove.
|
RemoveEndpointsRequest |
RemoveEndpointsRequest.withEndpointIdentifiers(Collection<EndpointIdentifier> endpointIdentifiers)
The identifiers of the endpoints that you want to remove.
|
Copyright © 2023. All rights reserved.