| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
CollectorResponse |
CollectorResponse.clone() |
CollectorResponse |
CollectorResponse.withCollectorHealthCheck(CollectorHealthCheck collectorHealthCheck) |
CollectorResponse |
CollectorResponse.withCollectorName(String collectorName)
The name of the Fleet Advisor collector .
|
CollectorResponse |
CollectorResponse.withCollectorReferencedId(String collectorReferencedId)
The reference ID of the Fleet Advisor collector.
|
CollectorResponse |
CollectorResponse.withCollectorVersion(String collectorVersion)
The version of your Fleet Advisor collector, in semantic versioning format, for example
1.0.2 |
CollectorResponse |
CollectorResponse.withCreatedDate(String createdDate)
The timestamp when you created the collector, in the following format:
2022-01-24T19:04:02.596113Z |
CollectorResponse |
CollectorResponse.withDescription(String description)
A summary description of the Fleet Advisor collector.
|
CollectorResponse |
CollectorResponse.withInventoryData(InventoryData inventoryData) |
CollectorResponse |
CollectorResponse.withLastDataReceived(String lastDataReceived)
The timestamp of the last time the collector received data, in the following format:
2022-01-24T19:04:02.596113Z |
CollectorResponse |
CollectorResponse.withModifiedDate(String modifiedDate)
The timestamp when DMS last modified the collector, in the following format:
2022-01-24T19:04:02.596113Z |
CollectorResponse |
CollectorResponse.withRegisteredDate(String registeredDate)
The timestamp when DMS registered the collector, in the following format:
2022-01-24T19:04:02.596113Z |
CollectorResponse |
CollectorResponse.withS3BucketName(String s3BucketName)
The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.
|
CollectorResponse |
CollectorResponse.withServiceAccessRoleArn(String serviceAccessRoleArn)
The IAM role that grants permissions to access the specified Amazon S3 bucket.
|
CollectorResponse |
CollectorResponse.withVersionStatus(String versionStatus)
Whether the collector version is up to date.
|
CollectorResponse |
CollectorResponse.withVersionStatus(VersionStatus versionStatus)
Whether the collector version is up to date.
|
| Modifier and Type | Method and Description |
|---|---|
List<CollectorResponse> |
DescribeFleetAdvisorCollectorsResult.getCollectors()
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest
inventory data.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetAdvisorCollectorsResult |
DescribeFleetAdvisorCollectorsResult.withCollectors(CollectorResponse... collectors)
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest
inventory data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFleetAdvisorCollectorsResult.setCollectors(Collection<CollectorResponse> collectors)
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest
inventory data.
|
DescribeFleetAdvisorCollectorsResult |
DescribeFleetAdvisorCollectorsResult.withCollectors(Collection<CollectorResponse> collectors)
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest
inventory data.
|
Copyright © 2023. All rights reserved.