Uses of Class
software.amazon.awssdk.services.databasemigration.model.RefreshSchemasResponse
-
Packages that use RefreshSchemasResponse Package Description software.amazon.awssdk.services.databasemigration Database Migration Service -
-
Uses of RefreshSchemasResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return RefreshSchemasResponse Modifier and Type Method Description default RefreshSchemasResponseDatabaseMigrationClient. refreshSchemas(Consumer<RefreshSchemasRequest.Builder> refreshSchemasRequest)Populates the schema for the specified endpoint.default RefreshSchemasResponseDatabaseMigrationClient. refreshSchemas(RefreshSchemasRequest refreshSchemasRequest)Populates the schema for the specified endpoint.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type RefreshSchemasResponse Modifier and Type Method Description default CompletableFuture<RefreshSchemasResponse>DatabaseMigrationAsyncClient. refreshSchemas(Consumer<RefreshSchemasRequest.Builder> refreshSchemasRequest)Populates the schema for the specified endpoint.default CompletableFuture<RefreshSchemasResponse>DatabaseMigrationAsyncClient. refreshSchemas(RefreshSchemasRequest refreshSchemasRequest)Populates the schema for the specified endpoint.
-