| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator |
|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEndpointGroupResult> |
AWSGlobalAcceleratorAsyncClient.createEndpointGroupAsync(CreateEndpointGroupRequest request,
AsyncHandler<CreateEndpointGroupRequest,CreateEndpointGroupResult> asyncHandler) |
Future<CreateEndpointGroupResult> |
AWSGlobalAcceleratorAsync.createEndpointGroupAsync(CreateEndpointGroupRequest createEndpointGroupRequest,
AsyncHandler<CreateEndpointGroupRequest,CreateEndpointGroupResult> asyncHandler)
Create an endpoint group for the specified listener.
|
Future<CreateEndpointGroupResult> |
AbstractAWSGlobalAcceleratorAsync.createEndpointGroupAsync(CreateEndpointGroupRequest request,
AsyncHandler<CreateEndpointGroupRequest,CreateEndpointGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointGroupRequest |
CreateEndpointGroupRequest.clone() |
CreateEndpointGroupRequest |
CreateEndpointGroupRequest.withEndpointConfigurations(Collection<EndpointConfiguration> endpointConfigurations)
The list of endpoint objects.
|
CreateEndpointGroupRequest |
CreateEndpointGroupRequest.withEndpointConfigurations(EndpointConfiguration... endpointConfigurations)
The list of endpoint objects.
|
CreateEndpointGroupRequest |
CreateEndpointGroupRequest.withEndpointGroupRegion(String endpointGroupRegion)
The Amazon Web Services Region where the endpoint group is located.
|
CreateEndpointGroupRequest |
CreateEndpointGroupRequest.withHealthCheckIntervalSeconds(Integer healthCheckIntervalSeconds)
The time—10 seconds or 30 seconds—between each health check for an endpoint.
|
CreateEndpointGroupRequest |
CreateEndpointGroupRequest.withHealthCheckPath(String healthCheckPath)
If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets.
|
CreateEndpointGroupRequest |
CreateEndpointGroupRequest.withHealthCheckPort(Integer healthCheckPort)
The port that Global Accelerator uses to check the health of endpoints that are part of this endpoint group.
|
CreateEndpointGroupRequest |
CreateEndpointGroupRequest.withHealthCheckProtocol(HealthCheckProtocol healthCheckProtocol)
The protocol that Global Accelerator uses to check the health of endpoints that are part of this endpoint group.
|
CreateEndpointGroupRequest |
CreateEndpointGroupRequest.withHealthCheckProtocol(String healthCheckProtocol)
The protocol that Global Accelerator uses to check the health of endpoints that are part of this endpoint group.
|
CreateEndpointGroupRequest |
CreateEndpointGroupRequest.withIdempotencyToken(String idempotencyToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the
request.
|
CreateEndpointGroupRequest |
CreateEndpointGroupRequest.withListenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
|
CreateEndpointGroupRequest |
CreateEndpointGroupRequest.withPortOverrides(Collection<PortOverride> portOverrides)
Override specific listener ports used to route traffic to endpoints that are part of this endpoint group.
|
CreateEndpointGroupRequest |
CreateEndpointGroupRequest.withPortOverrides(PortOverride... portOverrides)
Override specific listener ports used to route traffic to endpoints that are part of this endpoint group.
|
CreateEndpointGroupRequest |
CreateEndpointGroupRequest.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.
|
CreateEndpointGroupRequest |
CreateEndpointGroupRequest.withTrafficDialPercentage(Float trafficDialPercentage)
The percentage of traffic to send to an Amazon Web Services Region.
|
Copyright © 2023. All rights reserved.