Uses of Interface
software.amazon.awssdk.services.databasemigration.model.DescribeRefreshSchemasStatusRequest.Builder
-
Packages that use DescribeRefreshSchemasStatusRequest.Builder Package Description software.amazon.awssdk.services.databasemigration Database Migration Service software.amazon.awssdk.services.databasemigration.model -
-
Uses of DescribeRefreshSchemasStatusRequest.Builder in software.amazon.awssdk.services.databasemigration
Method parameters in software.amazon.awssdk.services.databasemigration with type arguments of type DescribeRefreshSchemasStatusRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeRefreshSchemasStatusResponse>DatabaseMigrationAsyncClient. describeRefreshSchemasStatus(Consumer<DescribeRefreshSchemasStatusRequest.Builder> describeRefreshSchemasStatusRequest)Returns the status of the RefreshSchemas operation.default DescribeRefreshSchemasStatusResponseDatabaseMigrationClient. describeRefreshSchemasStatus(Consumer<DescribeRefreshSchemasStatusRequest.Builder> describeRefreshSchemasStatusRequest)Returns the status of the RefreshSchemas operation. -
Uses of DescribeRefreshSchemasStatusRequest.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return DescribeRefreshSchemasStatusRequest.Builder Modifier and Type Method Description static DescribeRefreshSchemasStatusRequest.BuilderDescribeRefreshSchemasStatusRequest. builder()DescribeRefreshSchemasStatusRequest.BuilderDescribeRefreshSchemasStatusRequest.Builder. endpointArn(String endpointArn)The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.DescribeRefreshSchemasStatusRequest.BuilderDescribeRefreshSchemasStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeRefreshSchemasStatusRequest.BuilderDescribeRefreshSchemasStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeRefreshSchemasStatusRequest.BuilderDescribeRefreshSchemasStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type DescribeRefreshSchemasStatusRequest.Builder Modifier and Type Method Description static Class<? extends DescribeRefreshSchemasStatusRequest.Builder>DescribeRefreshSchemasStatusRequest. serializableBuilderClass()
-