Uses of Interface
software.amazon.awssdk.services.glue.model.GetConnectionRequest.Builder
-
Packages that use GetConnectionRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of GetConnectionRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type GetConnectionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetConnectionResponse>GlueAsyncClient. getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)Retrieves a connection definition from the Data Catalog.default GetConnectionResponseGlueClient. getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)Retrieves a connection definition from the Data Catalog. -
Uses of GetConnectionRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GetConnectionRequest.Builder Modifier and Type Method Description static GetConnectionRequest.BuilderGetConnectionRequest. builder()GetConnectionRequest.BuilderGetConnectionRequest.Builder. catalogId(String catalogId)The ID of the Data Catalog in which the connection resides.GetConnectionRequest.BuilderGetConnectionRequest.Builder. hidePassword(Boolean hidePassword)Allows you to retrieve the connection metadata without returning the password.GetConnectionRequest.BuilderGetConnectionRequest.Builder. name(String name)The name of the connection definition to retrieve.GetConnectionRequest.BuilderGetConnectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConnectionRequest.BuilderGetConnectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetConnectionRequest.BuilderGetConnectionRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GetConnectionRequest.Builder Modifier and Type Method Description static Class<? extends GetConnectionRequest.Builder>GetConnectionRequest. serializableBuilderClass()
-