Uses of Class
software.amazon.awssdk.services.databasemigration.model.RefreshSchemasResponse
Packages that use RefreshSchemasResponse
-
Uses of RefreshSchemasResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return RefreshSchemasResponseModifier and TypeMethodDescriptiondefault 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 RefreshSchemasResponseModifier and TypeMethodDescriptiondefault 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.