| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
DatabaseResponse |
DatabaseResponse.clone() |
DatabaseResponse |
DatabaseResponse.withCollectors(Collection<CollectorShortInfoResponse> collectors)
A list of collectors associated with the database.
|
DatabaseResponse |
DatabaseResponse.withCollectors(CollectorShortInfoResponse... collectors)
A list of collectors associated with the database.
|
DatabaseResponse |
DatabaseResponse.withDatabaseId(String databaseId)
The ID of a database in a Fleet Advisor collector inventory.
|
DatabaseResponse |
DatabaseResponse.withDatabaseName(String databaseName)
The name of a database in a Fleet Advisor collector inventory.
|
DatabaseResponse |
DatabaseResponse.withIpAddress(String ipAddress)
The IP address of a database in a Fleet Advisor collector inventory.
|
DatabaseResponse |
DatabaseResponse.withNumberOfSchemas(Long numberOfSchemas)
The number of schemas in a Fleet Advisor collector inventory database.
|
DatabaseResponse |
DatabaseResponse.withServer(ServerShortInfoResponse server)
The server name of a database in a Fleet Advisor collector inventory.
|
DatabaseResponse |
DatabaseResponse.withSoftwareDetails(DatabaseInstanceSoftwareDetailsResponse softwareDetails)
The software details of a database in a Fleet Advisor collector inventory, such as database engine and version.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatabaseResponse> |
DescribeFleetAdvisorDatabasesResult.getDatabases()
Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetAdvisorDatabasesResult |
DescribeFleetAdvisorDatabasesResult.withDatabases(DatabaseResponse... databases)
Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFleetAdvisorDatabasesResult.setDatabases(Collection<DatabaseResponse> databases)
Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.
|
DescribeFleetAdvisorDatabasesResult |
DescribeFleetAdvisorDatabasesResult.withDatabases(Collection<DatabaseResponse> databases)
Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.
|
Copyright © 2024. All rights reserved.