Uses of Class
software.amazon.awssdk.services.databasemigration.model.DescribeRefreshSchemasStatusRequest
-
Packages that use DescribeRefreshSchemasStatusRequest Package Description software.amazon.awssdk.services.databasemigration Database Migration Service software.amazon.awssdk.services.databasemigration.transform -
-
Uses of DescribeRefreshSchemasStatusRequest in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration with parameters of type DescribeRefreshSchemasStatusRequest Modifier and Type Method Description default CompletableFuture<DescribeRefreshSchemasStatusResponse>DatabaseMigrationAsyncClient. describeRefreshSchemasStatus(DescribeRefreshSchemasStatusRequest describeRefreshSchemasStatusRequest)Returns the status of the RefreshSchemas operation.default DescribeRefreshSchemasStatusResponseDatabaseMigrationClient. describeRefreshSchemasStatus(DescribeRefreshSchemasStatusRequest describeRefreshSchemasStatusRequest)Returns the status of the RefreshSchemas operation. -
Uses of DescribeRefreshSchemasStatusRequest in software.amazon.awssdk.services.databasemigration.transform
Methods in software.amazon.awssdk.services.databasemigration.transform with parameters of type DescribeRefreshSchemasStatusRequest Modifier and Type Method Description SdkHttpFullRequestDescribeRefreshSchemasStatusRequestMarshaller. marshall(DescribeRefreshSchemasStatusRequest describeRefreshSchemasStatusRequest)
-