Uses of Class
software.amazon.awssdk.services.databasemigration.model.SchemaResponse
-
Packages that use SchemaResponse Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of SchemaResponse in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type SchemaResponse Modifier and Type Method Description List<SchemaResponse>DescribeFleetAdvisorSchemasResponse. fleetAdvisorSchemas()A collection ofSchemaResponseobjects.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type SchemaResponse Modifier and Type Method Description DescribeFleetAdvisorSchemasResponse.BuilderDescribeFleetAdvisorSchemasResponse.Builder. fleetAdvisorSchemas(SchemaResponse... fleetAdvisorSchemas)A collection ofSchemaResponseobjects.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type SchemaResponse Modifier and Type Method Description DescribeFleetAdvisorSchemasResponse.BuilderDescribeFleetAdvisorSchemasResponse.Builder. fleetAdvisorSchemas(Collection<SchemaResponse> fleetAdvisorSchemas)A collection ofSchemaResponseobjects.
-