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