Uses of Class
com.amazonaws.services.databasemigrationservice.model.DescribeRefreshSchemasStatusResult
Packages that use DescribeRefreshSchemasStatusResult
Package
Description
-
Uses of DescribeRefreshSchemasStatusResult in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice that return DescribeRefreshSchemasStatusResultModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationService.describeRefreshSchemasStatus(DescribeRefreshSchemasStatusRequest request) AWSDatabaseMigrationService.describeRefreshSchemasStatus(DescribeRefreshSchemasStatusRequest describeRefreshSchemasStatusRequest) Returns the status of the RefreshSchemas operation.AWSDatabaseMigrationServiceClient.describeRefreshSchemasStatus(DescribeRefreshSchemasStatusRequest describeRefreshSchemasStatusRequest) Returns the status of the RefreshSchemas operation.Methods in com.amazonaws.services.databasemigrationservice that return types with arguments of type DescribeRefreshSchemasStatusResultModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationServiceAsync.describeRefreshSchemasStatusAsync(DescribeRefreshSchemasStatusRequest request) AbstractAWSDatabaseMigrationServiceAsync.describeRefreshSchemasStatusAsync(DescribeRefreshSchemasStatusRequest request, AsyncHandler<DescribeRefreshSchemasStatusRequest, DescribeRefreshSchemasStatusResult> asyncHandler) AWSDatabaseMigrationServiceAsync.describeRefreshSchemasStatusAsync(DescribeRefreshSchemasStatusRequest describeRefreshSchemasStatusRequest) Returns the status of the RefreshSchemas operation.AWSDatabaseMigrationServiceAsync.describeRefreshSchemasStatusAsync(DescribeRefreshSchemasStatusRequest describeRefreshSchemasStatusRequest, AsyncHandler<DescribeRefreshSchemasStatusRequest, DescribeRefreshSchemasStatusResult> asyncHandler) Returns the status of the RefreshSchemas operation.AWSDatabaseMigrationServiceAsyncClient.describeRefreshSchemasStatusAsync(DescribeRefreshSchemasStatusRequest request) AWSDatabaseMigrationServiceAsyncClient.describeRefreshSchemasStatusAsync(DescribeRefreshSchemasStatusRequest request, AsyncHandler<DescribeRefreshSchemasStatusRequest, DescribeRefreshSchemasStatusResult> asyncHandler) Method parameters in com.amazonaws.services.databasemigrationservice with type arguments of type DescribeRefreshSchemasStatusResultModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationServiceAsync.describeRefreshSchemasStatusAsync(DescribeRefreshSchemasStatusRequest request, AsyncHandler<DescribeRefreshSchemasStatusRequest, DescribeRefreshSchemasStatusResult> asyncHandler) AWSDatabaseMigrationServiceAsync.describeRefreshSchemasStatusAsync(DescribeRefreshSchemasStatusRequest describeRefreshSchemasStatusRequest, AsyncHandler<DescribeRefreshSchemasStatusRequest, DescribeRefreshSchemasStatusResult> asyncHandler) Returns the status of the RefreshSchemas operation.AWSDatabaseMigrationServiceAsyncClient.describeRefreshSchemasStatusAsync(DescribeRefreshSchemasStatusRequest request, AsyncHandler<DescribeRefreshSchemasStatusRequest, DescribeRefreshSchemasStatusResult> asyncHandler) -
Uses of DescribeRefreshSchemasStatusResult in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return DescribeRefreshSchemasStatusResultModifier and TypeMethodDescriptionDescribeRefreshSchemasStatusResult.clone()DescribeRefreshSchemasStatusResult.withRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus) The status of the schema.