Uses of Interface
software.amazon.awssdk.services.glue.model.GetDatabaseRequest.Builder
-
Packages that use GetDatabaseRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of GetDatabaseRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type GetDatabaseRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDatabaseResponse>GlueAsyncClient. getDatabase(Consumer<GetDatabaseRequest.Builder> getDatabaseRequest)Retrieves the definition of a specified database.default GetDatabaseResponseGlueClient. getDatabase(Consumer<GetDatabaseRequest.Builder> getDatabaseRequest)Retrieves the definition of a specified database. -
Uses of GetDatabaseRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GetDatabaseRequest.Builder Modifier and Type Method Description static GetDatabaseRequest.BuilderGetDatabaseRequest. builder()GetDatabaseRequest.BuilderGetDatabaseRequest.Builder. catalogId(String catalogId)The ID of the Data Catalog in which the database resides.GetDatabaseRequest.BuilderGetDatabaseRequest.Builder. name(String name)The name of the database to retrieve.GetDatabaseRequest.BuilderGetDatabaseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDatabaseRequest.BuilderGetDatabaseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDatabaseRequest.BuilderGetDatabaseRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GetDatabaseRequest.Builder Modifier and Type Method Description static Class<? extends GetDatabaseRequest.Builder>GetDatabaseRequest. serializableBuilderClass()
-