Uses of Class
software.amazon.awssdk.services.databasemigration.model.CollectorShortInfoResponse
-
Packages that use CollectorShortInfoResponse Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of CollectorShortInfoResponse in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type CollectorShortInfoResponse Modifier and Type Method Description List<CollectorShortInfoResponse>DatabaseResponse. collectors()A list of collectors associated with the database.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type CollectorShortInfoResponse Modifier and Type Method Description DatabaseResponse.BuilderDatabaseResponse.Builder. collectors(CollectorShortInfoResponse... collectors)A list of collectors associated with the database.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type CollectorShortInfoResponse Modifier and Type Method Description DatabaseResponse.BuilderDatabaseResponse.Builder. collectors(Collection<CollectorShortInfoResponse> collectors)A list of collectors associated with the database.
-