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