Uses of Class
software.amazon.awssdk.services.databasemigration.model.CollectorResponse
-
Packages that use CollectorResponse Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of CollectorResponse in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type CollectorResponse Modifier and Type Method Description List<CollectorResponse>DescribeFleetAdvisorCollectorsResponse. collectors()Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type CollectorResponse Modifier and Type Method Description DescribeFleetAdvisorCollectorsResponse.BuilderDescribeFleetAdvisorCollectorsResponse.Builder. collectors(CollectorResponse... collectors)Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type CollectorResponse Modifier and Type Method Description DescribeFleetAdvisorCollectorsResponse.BuilderDescribeFleetAdvisorCollectorsResponse.Builder. collectors(Collection<CollectorResponse> collectors)Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.
-