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