Uses of Interface
software.amazon.awssdk.services.eks.endpoints.EksEndpointParams.Builder
-
Packages that use EksEndpointParams.Builder Package Description software.amazon.awssdk.services.eks.endpoints -
-
Uses of EksEndpointParams.Builder in software.amazon.awssdk.services.eks.endpoints
Methods in software.amazon.awssdk.services.eks.endpoints that return EksEndpointParams.Builder Modifier and Type Method Description static EksEndpointParams.BuilderEksEndpointParams. builder()EksEndpointParams.BuilderEksEndpointParams.Builder. endpoint(String endpoint)EksEndpointParams.BuilderEksEndpointParams.Builder. region(Region region)EksEndpointParams.BuilderEksEndpointParams. toBuilder()EksEndpointParams.BuilderEksEndpointParams.Builder. useDualStack(Boolean useDualStack)EksEndpointParams.BuilderEksEndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.eks.endpoints with type arguments of type EksEndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>EksEndpointProvider. resolveEndpoint(Consumer<EksEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-