| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator |
|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEndpointGroupResult> |
AWSGlobalAcceleratorAsyncClient.updateEndpointGroupAsync(UpdateEndpointGroupRequest request,
AsyncHandler<UpdateEndpointGroupRequest,UpdateEndpointGroupResult> asyncHandler) |
Future<UpdateEndpointGroupResult> |
AbstractAWSGlobalAcceleratorAsync.updateEndpointGroupAsync(UpdateEndpointGroupRequest request,
AsyncHandler<UpdateEndpointGroupRequest,UpdateEndpointGroupResult> asyncHandler) |
Future<UpdateEndpointGroupResult> |
AWSGlobalAcceleratorAsync.updateEndpointGroupAsync(UpdateEndpointGroupRequest updateEndpointGroupRequest,
AsyncHandler<UpdateEndpointGroupRequest,UpdateEndpointGroupResult> asyncHandler)
Update an endpoint group.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointGroupRequest |
UpdateEndpointGroupRequest.clone() |
UpdateEndpointGroupRequest |
UpdateEndpointGroupRequest.withEndpointConfigurations(Collection<EndpointConfiguration> endpointConfigurations)
The list of endpoint objects.
|
UpdateEndpointGroupRequest |
UpdateEndpointGroupRequest.withEndpointConfigurations(EndpointConfiguration... endpointConfigurations)
The list of endpoint objects.
|
UpdateEndpointGroupRequest |
UpdateEndpointGroupRequest.withEndpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
|
UpdateEndpointGroupRequest |
UpdateEndpointGroupRequest.withHealthCheckIntervalSeconds(Integer healthCheckIntervalSeconds)
The time—10 seconds or 30 seconds—between each health check for an endpoint.
|
UpdateEndpointGroupRequest |
UpdateEndpointGroupRequest.withHealthCheckPath(String healthCheckPath)
If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets.
|
UpdateEndpointGroupRequest |
UpdateEndpointGroupRequest.withHealthCheckPort(Integer healthCheckPort)
The port that Global Accelerator uses to check the health of endpoints that are part of this endpoint group.
|
UpdateEndpointGroupRequest |
UpdateEndpointGroupRequest.withHealthCheckProtocol(HealthCheckProtocol healthCheckProtocol)
The protocol that Global Accelerator uses to check the health of endpoints that are part of this endpoint group.
|
UpdateEndpointGroupRequest |
UpdateEndpointGroupRequest.withHealthCheckProtocol(String healthCheckProtocol)
The protocol that Global Accelerator uses to check the health of endpoints that are part of this endpoint group.
|
UpdateEndpointGroupRequest |
UpdateEndpointGroupRequest.withPortOverrides(Collection<PortOverride> portOverrides)
Override specific listener ports used to route traffic to endpoints that are part of this endpoint group.
|
UpdateEndpointGroupRequest |
UpdateEndpointGroupRequest.withPortOverrides(PortOverride... portOverrides)
Override specific listener ports used to route traffic to endpoints that are part of this endpoint group.
|
UpdateEndpointGroupRequest |
UpdateEndpointGroupRequest.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.
|
UpdateEndpointGroupRequest |
UpdateEndpointGroupRequest.withTrafficDialPercentage(Float trafficDialPercentage)
The percentage of traffic to send to an Amazon Web Services Region.
|
Copyright © 2024. All rights reserved.