Uses of Class
software.amazon.awssdk.services.eks.endpoints.EksEndpointParams
-
Packages that use EksEndpointParams Package Description software.amazon.awssdk.services.eks.endpoints software.amazon.awssdk.services.eks.endpoints.internal -
-
Uses of EksEndpointParams in software.amazon.awssdk.services.eks.endpoints
Methods in software.amazon.awssdk.services.eks.endpoints that return EksEndpointParams Modifier and Type Method Description EksEndpointParamsEksEndpointParams.Builder. build()Methods in software.amazon.awssdk.services.eks.endpoints with parameters of type EksEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>EksEndpointProvider. resolveEndpoint(EksEndpointParams endpointParams)Compute the endpoint based on the given set of parameters. -
Uses of EksEndpointParams in software.amazon.awssdk.services.eks.endpoints.internal
Methods in software.amazon.awssdk.services.eks.endpoints.internal that return EksEndpointParams Modifier and Type Method Description static EksEndpointParamsEksResolveEndpointInterceptor. ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)Methods in software.amazon.awssdk.services.eks.endpoints.internal with parameters of type EksEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>DefaultEksEndpointProvider. resolveEndpoint(EksEndpointParams endpointParams)
-