Uses of Interface
software.amazon.awssdk.services.glue.GlueBaseClientBuilder
-
Packages that use GlueBaseClientBuilder Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GlueBaseClientBuilder in software.amazon.awssdk.services.glue
Classes in software.amazon.awssdk.services.glue with type parameters of type GlueBaseClientBuilder Modifier and Type Interface Description interfaceGlueBaseClientBuilder<B extends GlueBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Glue that is supported by bothGlueClientBuilderandGlueAsyncClientBuilder.Subinterfaces of GlueBaseClientBuilder in software.amazon.awssdk.services.glue Modifier and Type Interface Description interfaceGlueAsyncClientBuilderA builder for creating an instance ofGlueAsyncClient.interfaceGlueClientBuilderA builder for creating an instance ofGlueClient.
-