Uses of Class
software.amazon.awssdk.services.databasemigration.model.CollectorShortInfoResponse
Packages that use CollectorShortInfoResponse
-
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 CollectorShortInfoResponseModifier and TypeMethodDescriptionfinal List<CollectorShortInfoResponse>DatabaseResponse.collectors()A list of collectors associated with the database.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type CollectorShortInfoResponseModifier and TypeMethodDescriptionDatabaseResponse.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 CollectorShortInfoResponseModifier and TypeMethodDescriptionDatabaseResponse.Builder.collectors(Collection<CollectorShortInfoResponse> collectors) A list of collectors associated with the database.