| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaResponse |
SchemaResponse.clone() |
SchemaResponse |
SchemaResponse.withCodeLineCount(Long codeLineCount)
The number of lines of code in a schema in a Fleet Advisor collector inventory.
|
SchemaResponse |
SchemaResponse.withCodeSize(Long codeSize)
The size level of the code in a schema in a Fleet Advisor collector inventory.
|
SchemaResponse |
SchemaResponse.withComplexity(String complexity)
The complexity level of the code in a schema in a Fleet Advisor collector inventory.
|
SchemaResponse |
SchemaResponse.withDatabaseInstance(DatabaseShortInfoResponse databaseInstance)
The database for a schema in a Fleet Advisor collector inventory.
|
SchemaResponse |
SchemaResponse.withOriginalSchema(SchemaShortInfoResponse originalSchema) |
SchemaResponse |
SchemaResponse.withSchemaId(String schemaId)
The ID of a schema in a Fleet Advisor collector inventory.
|
SchemaResponse |
SchemaResponse.withSchemaName(String schemaName)
The name of a schema in a Fleet Advisor collector inventory.
|
SchemaResponse |
SchemaResponse.withServer(ServerShortInfoResponse server)
The database server for a schema in a Fleet Advisor collector inventory.
|
SchemaResponse |
SchemaResponse.withSimilarity(Double similarity)
The similarity value for a schema in a Fleet Advisor collector inventory.
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaResponse> |
DescribeFleetAdvisorSchemasResult.getFleetAdvisorSchemas()
A collection of
SchemaResponse objects. |
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetAdvisorSchemasResult |
DescribeFleetAdvisorSchemasResult.withFleetAdvisorSchemas(SchemaResponse... fleetAdvisorSchemas)
A collection of
SchemaResponse objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFleetAdvisorSchemasResult.setFleetAdvisorSchemas(Collection<SchemaResponse> fleetAdvisorSchemas)
A collection of
SchemaResponse objects. |
DescribeFleetAdvisorSchemasResult |
DescribeFleetAdvisorSchemasResult.withFleetAdvisorSchemas(Collection<SchemaResponse> fleetAdvisorSchemas)
A collection of
SchemaResponse objects. |
Copyright © 2024. All rights reserved.