Uses of Class
software.amazon.awssdk.services.databasemigration.model.CollectorResponse
Packages that use CollectorResponse
-
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 CollectorResponseModifier and TypeMethodDescriptionfinal 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 CollectorResponseModifier and TypeMethodDescriptionDescribeFleetAdvisorCollectorsResponse.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 CollectorResponseModifier and TypeMethodDescriptionDescribeFleetAdvisorCollectorsResponse.Builder.collectors(Collection<CollectorResponse> collectors) Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.