Uses of Interface
software.amazon.awssdk.services.databasemigration.model.DescribeRefreshSchemasStatusResponse.Builder
-
Packages that use DescribeRefreshSchemasStatusResponse.Builder Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of DescribeRefreshSchemasStatusResponse.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return DescribeRefreshSchemasStatusResponse.Builder Modifier and Type Method Description static DescribeRefreshSchemasStatusResponse.BuilderDescribeRefreshSchemasStatusResponse. builder()default DescribeRefreshSchemasStatusResponse.BuilderDescribeRefreshSchemasStatusResponse.Builder. refreshSchemasStatus(Consumer<RefreshSchemasStatus.Builder> refreshSchemasStatus)The status of the schema.DescribeRefreshSchemasStatusResponse.BuilderDescribeRefreshSchemasStatusResponse.Builder. refreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)The status of the schema.DescribeRefreshSchemasStatusResponse.BuilderDescribeRefreshSchemasStatusResponse. toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type DescribeRefreshSchemasStatusResponse.Builder Modifier and Type Method Description static Class<? extends DescribeRefreshSchemasStatusResponse.Builder>DescribeRefreshSchemasStatusResponse. serializableBuilderClass()
-