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