Uses of Class
software.amazon.awssdk.services.health.endpoints.HealthEndpointParams
-
Packages that use HealthEndpointParams Package Description software.amazon.awssdk.services.health.endpoints software.amazon.awssdk.services.health.endpoints.internal -
-
Uses of HealthEndpointParams in software.amazon.awssdk.services.health.endpoints
Methods in software.amazon.awssdk.services.health.endpoints that return HealthEndpointParams Modifier and Type Method Description HealthEndpointParamsHealthEndpointParams.Builder. build()Methods in software.amazon.awssdk.services.health.endpoints with parameters of type HealthEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>HealthEndpointProvider. resolveEndpoint(HealthEndpointParams endpointParams)Compute the endpoint based on the given set of parameters. -
Uses of HealthEndpointParams in software.amazon.awssdk.services.health.endpoints.internal
Methods in software.amazon.awssdk.services.health.endpoints.internal that return HealthEndpointParams Modifier and Type Method Description static HealthEndpointParamsHealthResolveEndpointInterceptor. ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)Methods in software.amazon.awssdk.services.health.endpoints.internal with parameters of type HealthEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>DefaultHealthEndpointProvider. resolveEndpoint(HealthEndpointParams params)
-